Ask HN: Ideas for first implementation for encryption algorithm
1 comments
I don't have much cryptographic experience--but I've read Applied Cryptography, and if there's one thing I learned from it, it's not to design your own cryptosystem. Are you sure that this algorithm is secure from cryptanalysis? Have you tested it against differential cryptanalysis, boomerang attacks, et cetera and so forth? Just a few things to keep in mind.
Ha, I have learned that lesson too. My algorithm deals with the key management. I use an encryption algorithm that has been thoroughly vetted.
I think it is advantages to be able to be able to charge for the first implementation, so things like an encrypted social network may be a bad idea (even though I think there is probably a market for it).
Thanks for all the feedback!