Rapidrsa

Latest version: v1.0.0

Safety actively analyzes 624020 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.0

<p align='center'>The Initial Release of RapidRSA</p>

Features

Auto Generate Public & Private Keys
- Initializing the `rsa()` class without passing your own key pair or size, will create a new, randomized 2048-bit key pair
- Accessible through the class variables: `public_key`, `private_key`, and `key_size`
- Passing a single key will be ignored, both key must be passed if you're using a custom pair

Create and Verify Signatures
- Easily sign and verify messages, with each only taking one line of code to utilize

Create Randomized Passwords
- With a default length of 64bytes, the `generate_password()` method returns a randomized ascii string for a password
- Once a secure connection has been made using this module, the password can be used as the key in a symmetric cryptographic algorithm

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.