Topic awaiting preservation: Password Decoder (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: |
posted 07-10-2003 10:43
hi Im currently codeing a password decoder for a project me and some friends are working on, |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 07-10-2003 12:16
hm... |
Paranoid (IV) Inmate From: |
posted 07-10-2003 15:03
Hate to sound stupid, but how would I now string them all togther, |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-10-2003 17:38
No for loop needed for stringing them together just use implode |
Paranoid (IV) Inmate From: |
posted 07-10-2003 18:40
but the decrypted array doent contain any hyphons. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-10-2003 19:13
Right but implode is the same as explode in the reverse so you get to specify a "glue" string, see the first argument I used? |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 07-10-2003 20:38
meaning |
Paranoid (IV) Inmate From: under your rug, |
posted 07-22-2003 21:55
I've already seen scripts do that in delphi, C, assembly, and javascript, and even a new C++ trojan made to steal and decrpt them from others. |