+ 2
I have created an encryption algorithm
yeah I've created an encryption algorithm with C. thanks to solo learn . I'll make it open source later . You will be free to develop when I do it.
3 Answers
+ 5
Secure encryption algos are too tough to create đ”. If you have created something like a ceasar cipher its a great start. But if u have something high level then its super awesome dude âșïž
0
SHA isn't an encryption algorithm, so there is nothing to decrypt.
- 1
I know. HASHING algorithm. Not encryption. Hash functions are a one-way functions. As they are not injective, they can not be reversed.