Septian Geges
This application is a data security microservice designed to securely encrypt and decrypt data. Developed using Node.js, Express and custom algorithms, the application allows users to secure their data through a simple web interface.
This application is a data security microservice designed to securely encrypt and decrypt data. Developed using Node.js, Express and custom algorithms, the application allows users to secure their data through a simple web interface.
Install Dependencies: Ensure all dependencies are installed using the command:
bash
npm install
Configure Environment: Create a .env file to define the API_KEY and ENCRYPTION_SECRET used in the encryption and decryption processes.
Run the Server: Start the server with the command:
bash
node index.js
Access the Interface: Open http://localhost:3000 in a browser and start encrypting/decrypting data.