I came up with my own encryption algorithm and would like it decrypted. I am using a very simple key here, In the actual algorithm I use a 500 character key. I'm doing this off the top of my head b/c I haven't written the program yet so I will be using a simple 5 character key:
wFkvnVqecoiLszp
This is an open sourced encryption algorithm btw. I'm just wanting to test it's vulnerabilities.
4 replies to this topic
#1
Posted 09 February 2011 - 08:37 PM
|
|
|
#2
Posted 11 February 2011 - 11:10 AM
No one knows how to decrypt your data... You can do all sort of "magic" while encrypting it - switch and inverse certain bits, do some math, etc. There are endless possibilities, It would take forever for someone to guess your algorithm...
We can't even write a program, that tries to brute force it, because there is no way to detect the right answer.
You can easily send data that cannot be decrypted by someone else and chat with your friends privately.
The problem arises, when you make your program public and make a public client side of the program, which includes the algorithm, so the algorithm becomes observable by anyone who wishes to crack it. The secret "key" is the only part, which keeps from getting the right data.
The point is, we cannot decrypt your data without the algorithm.
We can't even write a program, that tries to brute force it, because there is no way to detect the right answer.
You can easily send data that cannot be decrypted by someone else and chat with your friends privately.
The problem arises, when you make your program public and make a public client side of the program, which includes the algorithm, so the algorithm becomes observable by anyone who wishes to crack it. The secret "key" is the only part, which keeps from getting the right data.
The point is, we cannot decrypt your data without the algorithm.
#3
Posted 11 February 2011 - 05:55 PM
With that short a string, it could be a 5 character rotation cypher, or triple DES with a 5 character pass phrase, or it could be....
It could also be 64bit encoded, just for giggles, or maybe it's not.
It could also be 64bit encoded, just for giggles, or maybe it's not.
#4
Posted 13 February 2011 - 12:49 AM
Simply put, perhaps we can decrypt it. But we don't know if the result is correct or not.
#5
Posted 02 April 2011 - 09:22 PM
He probably just XOR'ed it
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









