duplisea/passwrd: Generates passwords with number letters and special characters

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.

Getting started

Package details

AuthorDaniel Duplisea
MaintainerDaniel Duplisea <daniel.duplisea@gmail.com>
Licenseopen
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("duplisea/passwrd")
duplisea/passwrd documentation built on May 31, 2019, 5:26 a.m.