Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/n1ghtdev/encode
- Owner: n1ghtdev
- Created: 2019-04-30T02:22:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:41:04.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T16:12:39.023Z (over 1 year ago)
- Topics: antd-v4, crypto, express, heroku, nodejs, react
- Language: JavaScript
- Homepage: https://encode-app.herokuapp.com/
- Size: 5.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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