Generates passwords that you can recover using a master password. It takes advantage of the fact that random numbers generated by computers are not actually random and you can duplicate exactly a sequence from a random number generator by setting the seed to the same value each time. You can use this to develop a master password which then becomes the seed. This is not really very secure and depends more on obscurity than anything else. It is also relatively featureless. Kind of fun though and it does highlight the fact that random numbers on a computer are not really random.
Package details |
|
|---|---|
| Author | Daniel Duplisea |
| Maintainer | Daniel Duplisea <daniel.duplisea@gmail.com> |
| License | open |
| Version | 0.1.0 |
| Package repository | View on GitHub |
| Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.