Post: MD5 Password Encrypter
07-16-2014, 06:03 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey NGU Users! Smile

Here Is A Quick Tool I Made. Winky Winky

Picture Of The Tool :
[ATTACH=CONFIG]32598[/ATTACH]



Download For The Tool :
You must login or register to view this content.


Virus Scan :
You must login or register to view this content.

(1 / 50) Due To Encryption Of The Program Smile


Hope You Ladies Enjoy It. Winky Winky

Credits :
Satanism / Me
07-16-2014, 07:42 PM #2
Pichu
RIP PICHU.
Numerous issues here:

1) MD5 is not an encyrption
2) MD5 is used for hashing
3) MD5 is commonly used as a sort of checksum for comparisons
4) MD5 is no longer considered a secure hashing algorithm
5) If you want encryption: AES256, TrippleDES, RCA

Program's theme looks very nice, what one is that?

If you're wanting to just get the hash, using MD5 + Salt is still considered pretty safe although some are saying it is better to use SHA256 + Salt.

The following user thanked Pichu for this useful post:

hotfix
07-17-2014, 08:29 AM #3
ImEraz_
Do a barrel roll!
Originally posted by Pichu View Post
Numerous issues here:

1) MD5 is not an encyrption
2) MD5 is used for hashing
3) MD5 is commonly used as a sort of checksum for comparisons
4) MD5 is no longer considered a secure hashing algorithm
5) If you want encryption: AES256, TrippleDES, RCA

Program's theme looks very nice, what one is that?

If you're wanting to just get the hash, using MD5 + Salt is still considered pretty safe although some are saying it is better to use SHA256 + Salt.

The theme is MetroFramework
07-17-2014, 03:28 PM #4
Originally posted by Pichu View Post
Numerous issues here:

1) MD5 is not an encyrption
2) MD5 is used for hashing
3) MD5 is commonly used as a sort of checksum for comparisons
4) MD5 is no longer considered a secure hashing algorithm
5) If you want encryption: AES256, TrippleDES, RCA

Program's theme looks very nice, what one is that?

If you're wanting to just get the hash, using MD5 + Salt is still considered pretty safe although some are saying it is better to use SHA256 + Salt.


I Know Lol But I Just Got Bored So I Made That Tool. But You Are Right It Is Meant For Hashing :p

And Theme Is "MetroFramwork"
07-17-2014, 05:30 PM #5
Pichu
RIP PICHU.
Originally posted by Satanism View Post
I Know Lol But I Just Got Bored So I Made That Tool. But You Are Right It Is Meant For Hashing :p

And Theme Is "MetroFramwork"


I have somewhere a DLL that I wrote up for handling encryptions + hashes. Works for things like String -> Hash, String + Salt -> Hash, then your basic encryptions such as AES-256.

I know for the hashing, I setup MD5, SHA1, SHA 256, SHA386, SHA512.

For encyrption, I know I had AES implemented, I think I had RCA, and then I had TrippleDES.

If I find it, I'll share it with you. You can have some more fun. Need to seriously get my data organized again lol.
07-26-2014, 01:29 AM #6
hotfix
Keeper
You could of just made a form in html and used the PHP md5 function, see more You must login or register to view this content..
07-26-2014, 05:30 AM #7
Pichu
RIP PICHU.
Originally posted by hotfix View Post
You could of just made a form in html and used the PHP md5 function, see more You must login or register to view this content..


Same with C#.


Here's an application I had written for Hashing files (Works efficiently up to 4gb). Need to add threading to the application but haven't felt bothered to do so yet. (only needs threading to keep application from freezing on the user + allowing for progressbar)

Here is mine:

You must login or register to view this content.

The following user thanked Pichu for this useful post:

hotfix
07-26-2014, 06:12 AM #8
Pichu
RIP PICHU.
Originally posted by Satanism View Post
Hey NGU Users! Smile

Here Is A Quick Tool I Made. Winky Winky

Picture Of The Tool :
[ATTACH=CONFIG]32598[/ATTACH]



Download For The Tool :
You must login or register to view this content.


Virus Scan :
You must login or register to view this content.

(1 / 50) Due To Encryption Of The Program Smile


Hope You Ladies Enjoy It. Winky Winky

Credits :
Satanism / Me


Here, quick little thing I just wrote up with a Hash Generator DLL file I wrote.

You must login or register to view this content.

Feel free to use the DLL file elsewhere.

It's analyzing: You must login or register to view this content.

Nothing amazing. You might have some fun with it though.

You must login or register to view this content.

==============

BTW, is your name Whitney?
Last edited by Pichu ; 07-26-2014 at 06:16 AM.
08-13-2014, 03:52 PM #9
Thanks Smile

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo