Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n1ghtdev/encode

Encrypt text with symmetric and asymmetric algorithms
https://github.com/n1ghtdev/encode

antd-v4 crypto express heroku nodejs react

Last synced: 4 days ago
JSON representation

Encrypt text with symmetric and asymmetric algorithms

Awesome Lists containing this project

README

        

# Encode Web App

Provides simple responsive interface to encrypt and decrypt your text data with
symmetric and asymmetric (RSA) algorithms.

Encode App uses Node.JS Crypto lib on back-end.

It is just a practice project to improve my experince with development tools, in
a future I will remove back-end implementation and do encryption stuff on a
front-end.

##### Tools:

- React 16.8
- React-Router v5
- Node.js/Express