Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to implement Cryptography Algorithms. I thought to implement using C, C++, java. But it will take long time to complete it. As the steps of the algorithms are not less.
I do not have idea which programming language/ platform will be better to implement this algorithms. I have heard about java APIs. Please suggest me some tutorials where from to start.

What I have tried:

I tried to implement using C and C++. It takes so much time because of many steps in the algorithms.
Posted
Updated 12-Mar-16 18:44pm

1 solution

Cryptographic algorithms are best left to the experts, so don't go implementing them on your own.

Use the libraries that the .net framework or any other platform provides.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900