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

https://github.com/bebofekry/cryptography

Ctyptography basic algorithms implementation for Encryption, Decryption, and Attack (Additive Cipher, Multiplicative Cipher, Affine Cipher, Vigenere Cipher, RSA, SDES)
https://github.com/bebofekry/cryptography

brute-force cryptography cyber-security data-security datasecurity decryption encryption python security

Last synced: 8 months ago
JSON representation

Ctyptography basic algorithms implementation for Encryption, Decryption, and Attack (Additive Cipher, Multiplicative Cipher, Affine Cipher, Vigenere Cipher, RSA, SDES)

Awesome Lists containing this project

README

          

# Cryptography
Ctyptography basic algorithms implementation by Python for Encryption, Decryption, and Attack (Additive Cipher, Multiplicative Cipher, Affine Cipher, Vigenere Cipher, RSA, SDES)

Table of Contents:

1- Additive Cipher

1.1 Encryption

1.2 Decryption

1.3 Attack

2- Multiplicative Cipher

2.1 Encryption

2.2 Decryption

2.3 Attack

3- Affine Cipher

3.1 Encryption

3.2 Decryption

3.3 Attack

4- Alice Question (Encrypt a message with characters and numbers) by using:

4.1 Additive Cipher

4.2 Multiplicative Cipher

4.3 Affine Cipher

5- Vigenère Cipher

5.1 Encryption

5.2 Decryption

5.3 Attack using “kasiski test”

6- RSA

6.1 Encryption

6.2 Decryption

7- Simplified DES (S-DES)

7.1 Encryption