|
This site uses the following code to generate your password: use Ragnarok; use Math::Random::Secure 'rand'; chomp(my $d = `date +%s`); my $r = new Ragnarok(); $r->properties(ABOUTKEY, (((rand($d)+rand($d)) % rand($d)) * rand($d)) /rand($d)); $r->properties(ABOUTCODE, (((rand($d) / rand($d)) + rand($d)) / rand($d))); return $r->generate(PROOF); |