Skip to content

A cryptographically secure prime number generator made for generating RSA keys in Golang, that prints out the raw prime numbers it generates. I made it for convenient replacement of the RuneScape Classic RSA keys, as other generators typically encoded the result in special ways and the average individual may run into difficulty extracting the pr…

License

Notifications You must be signed in to change notification settings

spkaeros/RSA-BigInt-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

RSA BigInt generator

This is a convenience helper application for generating prime numbers to use in an RSA encryption function, using the systems default CS-PRNG.

You may provide the target prime numbers bit-length as an argument to the program, but the default is 512bits (which is exactly what the RuneScape Classic client is configured for, out of the box).

Part of the RSCGo project

About

A cryptographically secure prime number generator made for generating RSA keys in Golang, that prints out the raw prime numbers it generates. I made it for convenient replacement of the RuneScape Classic RSA keys, as other generators typically encoded the result in special ways and the average individual may run into difficulty extracting the pr…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages