Click here to Skip to main content
16,018,818 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My AES encryption algorithm takes much more time to encrypt a large file. i want it will take less time if any solution is there please tell me.
Posted

1 solution

Without seeing your code, and knowing what you consider "much more time" there isn't a whole lot we can do. It may be worth you posting relevant code fragments, and timing data.

Why not use the .NET built in cryptography methods, which include AES?
 
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