|
2 | 2 |
|
3 | 3 | [](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) 
|
4 | 4 |
|
5 | | -A file encryption-decryption HTTP server. The server encrypts or decrypts the file present on the server. File encryption and decryption is performed using [Simplified DES](https://www.cs.uri.edu/cryptography/dessimplified.htm#:~:text=Simplified%20DES%20is%20an%20algorithm,on%20blocks%20of%2012%20bits.) algorithm. |
| 5 | +A file encryption-decryption HTTP server. The server encrypts or decrypts the file present on the server. File encryption and decryption is performed using [Simplified DES](https://www.brainkart.com/article/Simplified-Data-Encryption-Standard-(S-DES)_8343/) algorithm. |
6 | 6 | The encryption and decryption operation are exposed using REST APIs(The usage is explained below). For efficient routing and implementation of REST APIs gorilla mux server is used.
|
7 | 7 |
|
8 | 8 | ## How To Use
|
|
0 commit comments