加密文件夹和子文件夹

加密文件夹和子文件夹

问题描述:

我正在尝试创建一个应用,通过加密文件夹和子文件夹及其中的所有文件来加密闪存驱动器,我想知道如何做到这一点,我知道如何加密文件, 我应该怎么办?获取文件夹中文件的列表,然后使用循环对它们全部或什么进行加密???任何帮助都将得到赞赏:-D :-D

Hi I am trying to create a app where i can encrypt my flash drive by encrypting encrypting folders and subfolders and all the files in them, I has wondering how i could do this, i know how to encrypt a file thats pretty easy, What should I do? Get a list of files in a folder and use a loop to encrypt them all or what??? any help would be apprishiated :-D :-D

我认为最好的办法是压缩文件夹(包括子文件夹),然后加密zip文件.文件.

快乐编码
I think the best thing to do would be to Compress the folder , including subfolders, and then encrypt the zip file.

Happy Coding


我认为最好的办法是压缩文件夹(包括子文件夹),然后再加密zip文件.

快乐编码
I think the best thing to do would be to Compress the folder , including subfolders, and then encrypt the zip file.

Happy Coding