Question

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.. :)

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top