Hi,I have some encrypted passwords that i want to crack,but i dont know its encryption type.How can i find it?One common thing is that all encrypted passwords ends with %3D .
Forum Thread: Find Encryption of Passwords.
- Hot
- Active
-
Forum Thread: 12 Ways How to Hack Any Social Network and Protect Yourself 2018 1 Replies
10 hrs ago -
Metasploit Error: Handler Failed to Bind 40 Replies
3 days ago -
Forum Thread: How to Know if You Are a Script Kiddie? 9 Replies
2 wks ago -
Forum Thread: How to Identify and Crack Hashes 8 Replies
2 wks ago -
Forum Thread: How to Hack School Website 8 Replies
3 wks ago -
Forum Thread: Whenever I Try "Airmon-Ng Start wlan0" There's an Error? 16 Replies
3 wks ago -
Forum Thread: How to Fix 'Failed to Detect and Mount CD-ROM' Problem When Installing Kali Linux 14 Replies
3 wks ago -
Forum Thread: Awesome Keylogging Script - BeeLogger 30 Replies
1 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 27 Replies
1 mo ago -
Forum Thread: Complete Guide to Creating and Hosting a Phishing Page for Beginners 48 Replies
1 mo ago -
Forum Thread: Create and Use Android/Meterpreter/reverse_tcp APK with Msfvenom? 121 Replies
1 mo ago -
How to: Minecraft DoS'Ing with Python. 1 Replies
2 mo ago -
Forum Thread: HELP I Created an Apk for Hacking My Phone Using Kali Linux in Virtual Box How Can I Install That Apk on My Phone 17 Replies
2 mo ago -
Forum Thread: Tools for Beginner Hacker 3 Replies
2 mo ago -
Forum Thread: How to Embed an Android Payload in an Image? 9 Replies
3 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 46 Replies
3 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 11 Replies
3 mo ago -
Forum Thread: Fix Initramfs Problem 5 Replies
3 mo ago -
Forum Thread: Kali Wont Start, Stuck at Kali Login: 21 Replies
4 mo ago -
Forum Thread: How to View Your Child's What's App And Many More! 3 Replies
4 mo ago
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
How To: Exploit EternalBlue on Windows Server with Metasploit
-
How To: Make Spoofed Calls Using Any Phone Number You Want Right from Your Smartphone
-
Hack Like a Pro: How to Find Directories in Websites Using DirBuster
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How To: Top 10 Things to Do After Installing Kali Linux
-
How To: The Hacks Behind Cracking, Part 1: How to Bypass Software Registration
-
How To: Automate Wi-Fi Hacking with Wifite2
-
How To: Buy the Best Wireless Network Adapter for Wi-Fi Hacking in 2019
-
Steganography: How to Hide Secret Data Inside an Image or Audio File in Seconds
-
How To: Hack WPA & WPA2 Wi-Fi Passwords with a Pixie-Dust Attack Using Airgeddon
-
How To: Change a Phone's Coordinates by Spoofing Wi-Fi Geolocation Hotspots
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Crack Shadow Hashes After Getting Root on a Linux System
-
How To: Spy on Traffic from a Smartphone with Wireshark
-
How To: Enumerate SMB with Enum4linux & Smbclient
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: Brute-Force FTP Credentials & Get Server Access
5 Responses
%3D is code for the equals sign (=) so you could find and replace %3D with =. This will give you the hash which you can crack different ways. Maybe rainbow-tables for example.
How you got that passwords / hashes ? Where do they belong ? You should provide that information for further help, that's a first hint (unless you just randomly found them on pastebin).
Second, anything that ends with = or ==, I would base64_decode() it and see if I have anything useful
Also, you can run this program that might help you identifying the hash type:
hash-identifier
Last, this should be in forum section, not in the how-to. This is a section for tutorials, not for questions.
Thanks.And sorry for posting to How to section.I got those passwords from Cyberoam UTM to which i have remote access.And one more thing I have some plain text passwords of some those encrypted (not cracked) can i use them to make key?
oh, I remember this, from an old topic
too bad that bumping old topic won't bring it up the list. But there are no more hints I can give you. Try to set up a UTM client on a pc that has regedit enabled and do the registry hack, so you can use the password hash.
No.Thats not my intension.I just want to get knowledge of how things works because knowledge is what the hackers have..
Share Your Thoughts