hashcat Forum

Full Version: what is this type of hash
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi brothers

i have hash i don't know what is type i seaerched in sites that indentify hash type but said not identified

how can i identify hash


also last thing i have base64 type of hash how can i decrypt it using hashcat 


sincerely,
1. http://hashcat.net/forum/announcement-2.html

2. if you got a base64 string its not a hash, and you can simple decode it with any linux bash, and IIRC windows commandline also.
(01-29-2016, 03:47 PM)stepMode Wrote: [ -> ]1. http://hashcat.net/forum/announcement-2.html

2. if you got a base64 string its not a hash, and you can simple decode it with any linux bash, and IIRC windows commandline also.

how bro