Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usernotfoundever/altpgp
Alternative and custom use a cool like PGP for further research and development of cryptography
https://github.com/usernotfoundever/altpgp
Last synced: about 24 hours ago
JSON representation
Alternative and custom use a cool like PGP for further research and development of cryptography
- Host: GitHub
- URL: https://github.com/usernotfoundever/altpgp
- Owner: UserNotFoundEver
- License: unlicense
- Created: 2024-08-05T00:04:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T00:20:56.000Z (3 months ago)
- Last Synced: 2024-08-05T01:29:01.986Z (3 months ago)
- Language: Python
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# altPGP
Alternative and custom use a cool like PGP for further research and development of cryptography# hashing_visualization.py
This script generates visualizations for SHA-3 and BLAKE2b hashing.# SHA-3 Hashing
Generates a SHA-3 hash of a message.
Displays the hash in a subplot.# BLAKE2b Hashing
Generates a BLAKE2b hash of a message.
Displays the hash in a subplot.# aes_encryption_visualization.py
This script demonstrates AES-256 encryption with GCM mode and generates a visualization.# AES-256 Encryption with GCM
Generates a random AES-256 key and nonce.
Encrypts a message using AES-256 in GCM mode, producing a ciphertext and an authentication tag.
Decrypts the ciphertext and verifies the authentication tag.
Displays the ciphertext, authentication tag, and decrypted message in a subplot.# Experimental
This is all experimental, take with a grain of salt and do your own research.