seovendor





2,442
Rep
Rep
36,416
Likes
Likes
Supreme

- Posts
- 3,189
- Threads
- 2,738
- Joined
- Jul 2020

Diceware is a method used to generate cryptographically strong memorable passphrases. This is a python implementation of the diceware password generating algorithm.
Traditional Diceware uses rolls of physical dice, this application uses a strong random number generator in place of the dice. A virtual dice is roled 5 times, and the 5 digit number used against a lookup table of words. 6 dice rolls gives you 6 random words which are easy for a human being to remember, yet have a high amount of entropy which makes them hard to crack.
You must reply before you can see the hidden data contained here.