Please sign in to access this page

Rust Encryption

Rust Encryption Used AI

14 devlogs
27h 33m
Created by Alex

My journey into RSA encryption and prime number generation using rust

Timeline

Ship 1

Alex

about 2 months ago

Alex Covers 14 devlogs and 27h 33m
Earned sticker

Create a basic website and python wrapper around the main project
Fix a MAJOR bug where when encoding a public key the DER length was hardcoded to 1 for some reason

Update attachment

Fully add server support, now time to create a website to interact with it.

Update attachment

Added private key encoding (I'm definately not going insane from this)

Update attachment

Add public key encoding

Update attachment

Add automatic key type detection

Update attachment
Earned sticker

Added RSA decoding

Update attachment
Earned sticker

DER decoding

Update attachment

Added RFC8017 RSA key storage

Update attachment
Earned sticker

Add command line arguments for server mode

Update attachment
Earned sticker

Begin working on support for server mode to setup a website for decrypting, encrypting and generating keys

Update attachment
Earned sticker

Add slightly faster prime generation with multithreading and start work on diffie-hellman

Update attachment
Earned sticker

Added some math required for Diffie-Hellman

Update attachment

Add documentation comments onto the functions

Update attachment
Earned sticker

Added RSA.

Update attachment