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

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

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)