Cryptor is a web application that encrypt/decrypt a text with a key, using AES(Advanced Encryption Standard).
Figma Project: https://abre.ai/cryptorfigma
# Clone repository
$ git clone https://github.com/vitorfrota/cryptor.git
# Install the dependencies
$ npm install ou yarn
# Start the web application
$ npm run start ou yarn start