I need to implement some algorithms with java for encrypting some data. I have done this kind of task before but not for a serious project so need to know the basics on the license use and everything related to restrictions by implementing encryption in real world, so in the list to consider I have RSA as the main focus, Elliptic Curve, DES and others but want to know if there are some restrictions by using these algorithms. And if they have any license or terms, if somebody has worked with some of theme before please let me know some advices for developing these kind of application and the legal thing is very important to know for me.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I'm not a lawyer, but this is what I think I know: If you implement them yourself then the only legal issue is patents. The RSA patent has expired. DES was never patented and neither was its successor, AES. If you use other people's code, then please read the licenses carefully. Open source versions of crypto algorithms are widely available. Edit: David Conrad is right, you may also need to take export/import restrictions and national legislation into account. In the US and Western Europe, you may use crypto quite freely, but in other parts of the world it may vary and exporting it from any country may be considered an export of weapons or munitions. |
|||||||||
|