cryptlib

Crates.iocryptlib
lib.rscryptlib
version0.6.3
sourcesrc
created_at2024-10-25 00:03:45.213452
updated_at2024-10-25 10:29:35.870834
descriptionA simple cryptography library for encrypting and decrypting data based on openssl.
homepage
repositoryhttps://github.com/Marvin-Dziedzina/cryptlib
max_upload_size
id1421911
size97,931
Marvin Dziedzina (Marvin-Dziedzina)

documentation

README

CryptLib

CryptLib is a simple to use cryptography crate for Rust that uses OpenSSL.

Capabilities

  • RSA encryption
  • AES encryption
  • AES encryption for streams
  • SHA 224, 256, 384, 512
  • SHA3 224, 256, 384, 512
  • SHA 224, 256, 384, 512 for streams
  • SHA3 224, 256, 384, 512 for streams
  • Composite encryption that uses AES for data and RSA for the AES key
Commit count: 61

cargo fmt