flat assembler
Message board for the users of flat assembler.
Index
> Windows > Hash/Encrypt -> File |
Author |
|
AlexP 22 Nov 2007, 19:09
Sorry, computer screwed up and rest was lost. Here's the rest of the model
Plaintext -> SHA hash (160 bits) -> MD5 hash (128 bits) -> File Header Then, the plaintext data file (or input from console) would be crypted with 3DES and stored into an offset in the file. Is this the best method for what I'm going to be using? The specifics: Takes <= 128 byte password from console or file Takes <=128 byte username from console or file Takes <= 128 byte "Reason" from console or file EX: Password: 12345 Username: FoodIsGood Message: Amazon.com This method has proved perfect when crypting arbitrary amounts of data, but I have never done this level before... PS: I don't really need to encrypt the passwords and such, but this program is for my mother who is has many passwords/usernames scattered around and would like it safe and sound. |
|||
22 Nov 2007, 19:09 |
|
vid 22 Nov 2007, 20:15
Do not use MD5, it is already broken.
For SHA, i suggest using libtomcrypt. PS: it is good customary NOT to post several times in row. Think twice, and post once. |
|||
22 Nov 2007, 20:15 |
|
SomeoneNew 24 Dec 2007, 04:26
do use md5 with a salt & pepper system, no one cares that much about your mother's passwords as to create specific rainbow tables just for them.
_________________ Im new, sorry if I bothered with any stupid question |
|||
24 Dec 2007, 04:26 |
|
AlexP 24 Dec 2007, 05:04
lol
|
|||
24 Dec 2007, 05:04 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.