geir54 / android-sqrl

android implementation of steve gibsons sqrl authentication
GNU General Public License v3.0
66 stars 16 forks source link

pseudo random number generator #5

Open geir54 opened 11 years ago

geir54 commented 11 years ago

The project needs a better pseudo random number generator. Preferably using the camera as in the grc spec. java.util.securerandom is also a better alternative than what is used today