Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Decrypt and encrypt CVS password in .cvspass

by johnnywang (Priest)
on May 17, 2005 at 17:34 UTC ( [id://457910]=note: print w/replies, xml ) Need Help??


in reply to Decrypt and encrypt CVS password in .cvspass

I usually just pick two "random" characters from a-zA-Z, and do (assuming I picked "Bz"):
perl -e 'print crypt("mypassword","Bz");'

Replies are listed 'Best First'.
Re^2: Decrypt and encrypt CVS password in .cvspass
by bsdz (Friar) on May 18, 2005 at 07:24 UTC
    I don't think Perl's built-in crypt function is compatible with CVS's scramble implementation. Correct me if I'm wrong?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://457910]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-25 15:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found