diff --git a/www/data/programs/desc/Passpad/index.markdown b/www/data/programs/desc/Passpad/index.markdown new file mode 100644 index 0000000..7949d1b --- /dev/null +++ b/www/data/programs/desc/Passpad/index.markdown @@ -0,0 +1,20 @@ +A simple *(portable, single-executable)* editor for encrypted textfiles + +Supports: + + - AES-256 + - Blowfish + - Twofish + - CAST-128 + - DES + - Triple DES + +![MainWindow](https://raw.githubusercontent.com/Mikescher/Passpad/master/README-DATA/main.png) + +The encrypted data is encoded as base-64 and saved in a simple text-file + +![MainWindow](https://raw.githubusercontent.com/Mikescher/Passpad/master/README-DATA/fileformat.png) + +You can optionally specify a password hint for your encrypted files: + +![MainWindow](https://raw.githubusercontent.com/Mikescher/Passpad/master/README-DATA/hint.png) diff --git a/www/images/programs/thumbnails/Passpad.png b/www/images/programs/thumbnails/Passpad.png new file mode 100644 index 0000000..711e58f Binary files /dev/null and b/www/images/programs/thumbnails/Passpad.png differ