c++ - is there any programing language independent cryptography algorithms? -
i developing licensing block project, qt desktop program creates product id , user must enter id in asp.net web site produce activation key, activation key contains information needed activating product, , must decrypted in qt desktop program. need cryptography library or 1 algorithm can encrypt information in asp.net , decrypt in qt(c++) or vice verse.
can 1 please guide me?
those algorithms aren't oriented specific language. crypto library in asp, crypto library in c++, , encrypt in asp , decrypt in c++...
as long libraries following correctly algorithm's specification, won't problem.
Comments
Post a Comment