Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/sndli/secure-data-encryption

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/sndli/secure-data-encryption

  • v0.0.0-20241001053027-060aa9236d74
  • Source
  • Go
  • Socket score

Version published
Created
Source

AES Encryption and Decryption with RSA Key Management

This project implements AES encryption and decryption using RSA for secure key management. It demonstrates how to encrypt sensitive data with an AES key, which is itself encrypted using RSA.

Features

  • AES Encryption: Securely encrypts data using a symmetric AES key.
  • RSA Key Management: Uses RSA to encrypt and decrypt the AES key, ensuring secure handling of encryption keys.
  • File Handling: Loads, encrypts, and decrypts data from files.

File Structure

  • main.go: The main application containing encryption and decryption logic.
  • encrypted_aes_key.bin: The AES key encrypted with RSA (for demonstration).
  • encrypted_data.bin: Sample encrypted data (for demonstration).
  • decrypted_plaintext.txt: Output file for decrypted data.

FAQs

Package last updated on 01 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc