| bio | website | |
|---|---|---|
| location | Third Rock from the Sun | |
| age | ||
| visits | member for | 1 year, 10 months |
| seen | Apr 28 at 21:34 | |
| stats | profile views | 7 |
|
Jan 16 |
comment |
Where i can find an AES implementation in python? What do you mean by reviewed? Tested with the NIST CMVP? I can provide a pure python AES implementation, but its just a learning tool, not meant for actual usage |
|
Jan 7 |
accepted | Example Rainbow Table Generation |
|
Jan 5 |
comment |
Example Rainbow Table Generation @ponsfonze So should I just take the first 5 nibbles and hash that? what reduction functions do real rainbow table programs use? what makes any particular reduction function contain all values from 0 to 99999... ? |
|
Jan 5 |
comment |
Example Rainbow Table Generation @ponsfonze I'm not looking for an explanation of what a reduction function is or does. I'm looking for a FUNCTION. I have no idea what a good choice a function (or multiple functions) for a rainbow function is. I will be using c++ or python |
|
Jan 4 |
revised |
Example Rainbow Table Generation deleted 1 characters in body |
|
Jan 4 |
comment |
Example Rainbow Table Generation no... it says: The idea is to define a reduction function R that maps hash values back into values in P. any specific function R? Should I just use the ASCII version of a hash output and send it back into the hash? |
|
Jan 4 |
asked | Example Rainbow Table Generation |
|
Nov 27 |
revised |
Is this a correctly formatted PGP session key packet? deleted 11 characters in body |
|
Oct 16 |
comment |
Key Scheduling of International Data Encryption Algorithm (IDEA) here's a java applet that shows actual calculations. Hopefully its helpful. The site is in German, but it shouldnt matter: informationsuebertragung.ch/indexAlgorithmen.html |
|
Sep 21 |
awarded | Custodian |
|
Aug 2 |
accepted | MISTY1 Implementation error |
|
Aug 2 |
revised |
MISTY1 Implementation error added 83 characters in body |
|
Aug 2 |
comment |
MISTY1 Implementation error that is a bug, but unfortunately, it didnt fix the implementation :( |
|
Aug 2 |
asked | MISTY1 Implementation error |
|
Jul 29 |
revised |
Is this a correctly formatted PGP session key packet? added 22 characters in body |
|
Jul 29 |
revised |
How to properly format a PGP Message Block? added 12 characters in body |
|
Jul 28 |
awarded | Enthusiast |
|
Jul 26 |
awarded | Citizen Patrol |
|
Jul 23 |
comment |
Is this a correctly formatted PGP session key packet? Please read the last sentence of the post. Also, m = sym alg(1 byte) + checksum(2 bytes) + PKCS-1 block type 02 conflicts with the rfc |
|
Jul 22 |
comment |
Is this a correctly formatted PGP session key packet? Bouncy castle didnt generate this key. I more or less manually did it. Also, i dont think the private key is necessary. I am not trying to validate the information. i want to know if the PGP format was followed. i should have given all the information. I just dont know if i converted everything into their proper strings. Also: crypto.stackexchange.com/questions/3284/… |