Cryptic is a blazor webassembly based client side text encryption application. All encryptions are done client side. No data is retained or sent to any server.
I created this application for personal use to encrypt my TOTP backup codes before storing them in my password manager.
I wanted an online first application similar to hat.sh, but for simple plaintext.
Could not find anything free and reliable, which is also online first. The ones I did find, I was not conforable sharing my passwords and secrets.
- libsodiumjs: The application uses the libsodium library for encryption
This project uses the following algorithms from the libsodium library:
xchacha20-poly1305
for encryptionArgon2id
for key generation