Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.
/ rpg Public archive

Cryptography: subset implementation OpenPGP with AES-128, AES-192, AES-256, CRC check, and Radix64 encoding to ASCII Armor in memory-safe language Rust

Notifications You must be signed in to change notification settings

pedzed/rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPG

Pre-requisites (for building, testing and development)

Building

cargo build --release

Testing

To run the tests:

cargo test

About

Cryptography: subset implementation OpenPGP with AES-128, AES-192, AES-256, CRC check, and Radix64 encoding to ASCII Armor in memory-safe language Rust

Topics

Resources

Stars

Watchers

Forks