Skip to content

Universal text data encryption and decryption tool based on AES-256 CBC. Encrypt text or custom files. Privacy secure encryption in your browser only.

Notifications You must be signed in to change notification settings

yd-915/text-encrypter

 
 

Repository files navigation

Text Encrypter (text-encrypter)

Universal text data encryption/decryption tool using AES-256 (CBC) algorithm. Live version: https://textencrypter.com

TextEncrypter

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:

  • aes-js
  • js-sha256
  • Quasar framework
  • file-saver

Tool works offline.

Install the dependencies

nvm use 14.15.5
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.7%
  • JavaScript 35.5%
  • HTML 2.7%
  • Sass 2.1%