five
five copied to clipboard
add RSA cryptography
a very basic implementation of an RSA public key with the prime factors p + q chosen such that e = five() is relatively prime to (p − 1)(q − 1)
five's public key is too short to be secure
while technically implementing a prime pair based cipher, the prime factors are small enough as to be easily defeated by brute force factoring of the their product (21)