Click here to Skip to main content
15,895,192 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi all i want to lock the folder with aes encrption , but i dont know how to go about , which algorithm to be used , encrption with 126 or 256 as i wanted it for my final year project as module .Please help me to create folder encrption
Posted
Comments
Sergey Alexandrovich Kryukov 5-Aug-14 3:30am    
How locking could be related to encryption? Or do you want to encrypt something like password? Why? Or content of the folder (but then it would not be exactly locking)? Why AES? and so on...
—SA
Member 10676658 5-Aug-14 6:13am    
i just want to lock the folder ,so that no one can access the content in that folder ,only i should be able to access that with some security like password or encrption .the folder will contain some document
as i my system will be access by my many people n preventing that. folder security is part of my final year project module and i have dont have much idea .please help me

1 solution

You don't lock a folder with an encryption algorithm, of course.
If you just want to encrypt all the folder content using the AES algorithm then your task is very easy since Java provides AES encryption out of the box and you may find sample code on the web.
 
Share this answer
 
Comments
Member 10676658 5-Aug-14 6:07am    
thanks for replying.
if not encrypting then if we will try to lock the folder(deny access to that folder)
what technique will be needed to do that ? and how to do that?

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