- The ***Data Encryption Standard (DES)*** is a symmetric-key algorithm for the encryption of digital data. Although its short key length of 56 bits makes it too insecure for modern applications, it has been highly influential in the advancement of cryptography.
- The ***Data Encryption Standard (DES)*** is a symmetric-key algorithm for the encryption of digital data. Although its short key length of 56 bits makes it too insecure for modern applications, it has been highly influential in the advancement of cryptography.
...
@@ -15,17 +14,7 @@
...
@@ -15,17 +14,7 @@
## Contents
## Contents
> `s_des.py`
> `s_des.py`
- SDES algorithm implementation
- SDES algorithm implementation in a class `SDES` with all needed method
> `project.ipynb`
> `project.ipynb`
- A jupyter notebook containing algorithm usage example
- A jupyter notebook containing algorithm usage example
\ No newline at end of file
## Requirements
1.**Open a Terminal or Command Prompt**
1.**Navigate to the Directory containing this repository**