Rust Encryption

Rust Encryption Used AI

14 devlogs
27h 33m

My journey into RSA encryption and prime number generation using rust

Timeline

Ship 1

Lex, the gremlin who lives under your bed and watches you sleep

11 months ago

Lex, the gremlin who lives under your bed and watches you sleep 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
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