Skip to content

Mayank-tech69/password-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

RSA Encryption and Decryption

A simple implementation of RSA encryption and decryption in Python.

Description

This code generates a pair of RSA keys, encrypts a file using the public key, and decrypts the encrypted file using the private key.

Features

  • Generates RSA keys
  • Encrypts a file using the public key
  • Decrypts the encrypted file using the private key

Requirements

  • Python 3.6 or later
  • rsa library (pip install rsa)

Usage

  1. Clone the repository: git clone https://github.com/Mayank-tech69/password-encryption.git
  2. Navigate to the project directory
  3. Run the code
  4. Follow the prompts to encrypt and decrypt a file

License

This project is licensed under the MIT License.

Contributing

Contributions are welcome! Please submit a pull request with your changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages