- Notifications
You must be signed in to change notification settings - Fork8
mobycrypt/text-encrypter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Universal text data encryption/decryption tool using AES-256 (CBC) algorithm. Built withQuasar 2 andVue 3 (2024).
Live version:https://textencrypter.com
Features:
- .txt data file / input data encryption
- optional SHA-256 checksum of password
- save result as JSON (.txt file)
- .txt data file / input data decryption
Encryption specification:
- AES-256 CBC
- 16 bytes IV vector random generated from ASCII characters
- PKCS7 encryption payload padding
Dependencies:
- Quasar framework 2, Vue 3
- aes-js
- js-sha256
- file-saver
Tool works offline.
nvm usenpm install
npm run dev
npm run build
About
Universal text data encryption and decryption tool based on AES-256 CBC. Encrypt text or custom files. Privacy secure encryption in your browser only.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
