in reply to Re^2: Crypt::RSA problem
in thread Crypt::RSA problem
If I remove Password from the keygen everything works fine !!
How do I write and read a key using a password ?
Oooh I fixed it, it is simple:$private = new Crypt::RSA::Key::Private( Filename => 'rsa.private', Password => 'A day so foul & fair' );
Luca