PDA

View Full Version : To crypt a password



sparktechs
01-11-2007, 04:48 AM
Issue the command inorder to crypt the word "adfadf"

sparksupport.com]#perl -e 'print crypt(secretpassword,adfadf)'

Bull
01-11-2007, 05:14 AM
Thanks. I hope it will be useful for me.

tomherry
05-21-2008, 03:55 AM
Ok. But you must have to lolgin as administrator or you have administrator.

Karl B.
06-05-2008, 05:48 PM
It is not necessary to login as as administrator or you should have administrator. But the main thing is that you should have enough rights to accomplish this task because if you are a simple user and rights are given to this user then there is no need to login as administrator.

timetogo
02-08-2009, 09:18 PM
you mean decrypt?

Oracle
05-15-2009, 03:00 AM
it takes the user's password as the encryption key and uses it to encrypt a 64-bit block of zeros. The resulting 64-bit block of cipher text is then encrypted again with the user's password; the process is repeated a total of 25 times. The final 64 bits are unpacked into a string of 11 printable characters.........

~ServerPoint~
05-15-2009, 08:40 AM
Oracle please check the date of last post before posting ;)