https://github.com/diversen/simplified-des
Simplified DES in Javascript
https://github.com/diversen/simplified-des
simplified-des
Last synced: 4 months ago
JSON representation
Simplified DES in Javascript
- Host: GitHub
- URL: https://github.com/diversen/simplified-des
- Owner: diversen
- Created: 2019-03-17T13:09:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T17:07:56.000Z (about 6 years ago)
- Last Synced: 2024-10-16T09:33:08.985Z (6 months ago)
- Topics: simplified-des
- Language: JavaScript
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simplified DES in Javascript
Not to be used for anything but educationaĺ purposes as simplified DES is not secure.
It shows the process in generating keys and the process of encrypting and decrypting.
For description of the encryption technic see e.g.:
https://www.youtube.com/watch?v=dRP1FAf4uNw&list=PLvifRcqOOwF9yDamCOXtD5O3fA085X6mP&index=6
Or in this PDF:
https://sandilands.info/sgordon/teaching/reports/simplified-des-example.pdf
## Example
See [test.js](test.js)
## Licence
MIT © [Dennis Iversen](https://github.com/diversen)