Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 808 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 808 Bytes

TextCrypt - Encrypt and Decrypt Text

• The app encrypts your text and decrypts encrypted text with the correct password.

• AES 256-bit is used for encryption. Key derived with PBKDF2 using a 32-bit random salt and the specified plain key are used for encryption/decryption of the text.

• App allows you to copy encrypted text or paste any text to the text field and easily share encrypted text among your contacts.