What is Kryptan?
A secure password storage application, for both Windows and Linux. It uses a text-based interface and works great on linux over SSH, as well as a standalone Windows desktop application.
The Github project is located here.
Simply start the program by douple clicking on the executable file (kryptan.exe on windows).
Not that this is a keyboard only application, but it should be realatively straight forward to use, simply follow the on screen instructions.
The password file that is generated is located in the same directory as the applcation itself ("current working directory") and is called secret.pwd
.
secret-pwd
is the file that contains all your passwords and this file should always be backed up on a secure location, incase something bad happens (like a hard drive crash).
Here, please check wheather or not a simmilar issue/request already exists before you posts.
Visit the GitHub project and make a fork of it, make any changes you want and then make a pull request and I'll look into it :).
New encryption engine, using serpent encryption and much safer encryption key derivation. It is now possible to syncronize your password file to Android devices running Kryptan for Android!
Completely rewritten both core and userinterface in order to make it more structured and more usable. Nested categories have now been replaced by a flat list of labels, where a password can be associated by several labels. New filter function where the list of passwords that matches what you type is updated in realtime.
Updated: Stronger encryption! The new version replaces the old 3DES (DES-EDE2) with the much more secure AES 256-bit encryptionmethod! Fixed: "Generate password" now outputs a key with correct keylength! Fixed: Compiler warning messages are now handled properly!
Major update! Completely rewritten code base! Added capability to organize passwords into categories (or folders). Updated passwordfile structure, that is incompatible with the old. Please move your passwords manualy to the new version.
Removed the 1.1 fix, instead updated the pdcurses lib to a newer version that included its own (better) fix. Keyboardlayout and latin-1 character encoding should now work correctly.
Fixed keyboard layout on swedish windows machines. Fixed characters on swedish windows machines.
Original release, using Password-Based Encryptor with DES-EDE2 and HMAC/SHA-1 with crypto++ 5.6.1