I Need A Program To Explain Cryptography in C++
Can Anyone Help???
Forum Thread: Cryptography Based Program
- Hot
- Active
-
Forum Thread: 12 Ways How to Hack Any Social Network and Protect Yourself 2018 1 Replies
2 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: Crack SSH Private Key Passwords with John the Ripper
-
How To: Top 10 Things to Do After Installing Kali Linux
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
-
How To: Dox Anyone
-
How To: Exploit EternalBlue on Windows Server with Metasploit
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
How To: Write an XSS Cookie Stealer in JavaScript to Steal Passwords
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: Enumerate SMB with Enum4linux & Smbclient
-
BT Recon: How to Snoop on Bluetooth Devices Using Kali Linux
-
Hack Like a Pro: How to Find Directories in Websites Using DirBuster
-
How To: Hack Web Browsers with BeEF to Control Webcams, Phish for Credentials & More
-
How To: Scan Websites for Interesting Directories & Files with Gobuster
-
How To: Phish for Social Media & Other Account Passwords with BlackEye
-
How To: Hunt Down Social Media Accounts by Usernames with Sherlock
-
How To: Gain Complete Control of Any Android Phone with the AhMyth RAT
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
5 Responses
C++ code is compiled to objectfiles, this is machine code.
You need an program to explain cryptography in C++? I don't understand but if you want to understand how objectfiles are made you should research compilers. If you meant encryped plaintext C++ code you should research the cryptography used to encrypt that. there are a lot of encryptors so before i can help you, please ask the right question.
Grtz
I Just Stick To Basics Such As Caesar Cipher
So I Don't Think I Asked Any Wrong.
I think Cryptography is the same in any programming language. it just depends how you do it. so if you asked for cryptography look around nullbyte, there are plenty of texts around here about cryptography.
Thanks A Lot For Replying.
Bruce Schneier wrotes in his book "Applied Cryptography" algorithms that can be implemented in conjuction with C# language, maybe is that good starting point for your research, however I higly recommend that book, it is full of usefull informations about cryptography and problems of that particular science...
Best regards, :)
Share Your Thoughts