

Titan
Password management belongs to the command line, deep into the Unix heartland, the shell. Titan is written in C and is available under the MIT license for Unix like operating systems.
Features
Tags
- passwords
- Encryption
Titan News & Activities
Recent activities
Titan information
What is Titan?
Password management belongs to the command line, deep into the Unix heartland, the shell. Titan is written in C and is available under the MIT license for Unix like operating systems.
Titan uses OpenSSL library to perform the encryption. AES encryption is used with 256 bit keys. Password database is also protected from tampering by using a keyed-hash message autentication code (HMAC). Unique, cryptographically random initialization vector is used during the encryption. New initialization vector is generated each time the password database is encrypted.
For key derivation, PKCS5_PBKDF2_HMAC is used along with salt and SHA256 hash algoritm.




