https://github.com/secretpasta/cryptology
CAST-128 in CBC with MAC and EC El Gamal
https://github.com/secretpasta/cryptology
braude cast-128 cbc-mode cryptology ec-elgamal message-authentication-code
Last synced: 3 months ago
JSON representation
CAST-128 in CBC with MAC and EC El Gamal
- Host: GitHub
- URL: https://github.com/secretpasta/cryptology
- Owner: SecretPasta
- License: mit
- Created: 2024-03-10T14:54:19.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-12T16:20:33.000Z (about 1 year ago)
- Last Synced: 2025-01-06T02:10:22.665Z (5 months ago)
- Topics: braude, cast-128, cbc-mode, cryptology, ec-elgamal, message-authentication-code
- Language: Python
- Homepage:
- Size: 503 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Cryptology Course Project
Secure access to dataset of images. Password access to the data.
An image must be enrypted/decr by CAST-128 in CBC mode + image verification of decrypted image with
MAC(Message authentication code) + secret key delivery with EC El-GamalBefore running the code install:
pip install bitarray
pip install pycryptodoneThe password of the data set is "12345"
in the files there is a images with name "test1 test2....." you can test the code with this images.Thanks.