Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 419 Bytes

File metadata and controls

16 lines (10 loc) · 419 Bytes

File Encryption and Decryption Project

Features

Key Pair Generation

  • Generate RSA keys (public/private) for encryption and decryption.

Certificate Signing

  • Create a mock Certificate Authority (CA) to sign public keys as certificates.

File Encryption

  • Encrypt a file using the recipient’s public key.

File Decryption

  • Decrypt the file using the private key, with certificate validation.