문제

As it is shown in few survey that ntru cryptography is an advance and efficient algorithm for wireless sensor network , so i want to implement this algorithm in java. I also want to calculate it speed of encryption and decryption.

Please help me with the process.. :)

도움이 되었습니까?

해결책

Implementing a crypto algorithm is hard. You should not attempt it unless you have significant experience and expertise in the field of cryptography. Even though you might come up with something that passes the published test cases, an inexperienced programmer may produce an implementation that is vulnerable attack through other channels, such as timing etc.

This essay from Bruce Schneier is an interesting read.

In short, find an existing implementation that is widely known, used and trusted. It will have had a lot of scrutinisation and testing and is much more likely to be secure than anything you could do yourself.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top