Skip to content

HarshVaragiya/Learning-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Learning-Java

Collection of Cool Codes while learning Java

Note:

The Deterministic RSA Keygen has a limited entropy of 64 bits (8 bytes), limited due to setSeed() function in SecureRandom. Hence there are only a total of 2^64 = 18446744073709551616 different RSA Keys possible. Need to mitigate this is necessary, as this is not very hard to bruteforce for Nation States. For common password based Brute force attacks, PBKDF2 has been used to slow the attacker down. If PrivateKey cannot be stored Securely on the host device then either it needs to be deterministic or stored in encrypted form(commonly used. will be added later.)

About

Collection of Cool Codes while learning Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages