Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adistrim/rsa-pkcs1_oaep-encryption
🔐 RSA encryption and decryption with PKCS1 OAEP padding scheme. Includes key pair generation, encryption with public key, decryption with private key, and secure cryptographic operations.
https://github.com/adistrim/rsa-pkcs1_oaep-encryption
cryptography pycryptodome python rsa
Last synced: 7 days ago
JSON representation
🔐 RSA encryption and decryption with PKCS1 OAEP padding scheme. Includes key pair generation, encryption with public key, decryption with private key, and secure cryptographic operations.
- Host: GitHub
- URL: https://github.com/adistrim/rsa-pkcs1_oaep-encryption
- Owner: adistrim
- Created: 2024-04-03T06:08:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T06:08:36.000Z (8 months ago)
- Last Synced: 2024-04-03T11:24:59.373Z (8 months ago)
- Topics: cryptography, pycryptodome, python, rsa
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### RSA implementation in Python using [pycryptodome](https://pypi.org/project/pycryptodome/)
```pip install -r requirements.txt``` to install the required packages.