给文件夹加个加密功能?
Tofloor
poster avatar
ahyanglf
deepin
2013-12-07 06:08
Author
windows下有很多的软件,希望deepin os 给文件夹自带一个加密功能
Reply Favorite View the author
All Replies
woodelf
deepin
2013-12-07 06:21
#1
truecrypt,开源且跨平台的加密解决方案。
Reply View the author
cxbii
deepin
2013-12-07 06:24
#2
设置权限不知道算不算简单加密
Reply View the author
woodelf
deepin
2013-12-07 06:29
#3
设置权限不知道算不算简单加密
不算……加密最基本的过程就是要满足加密和解密两个环节,对应的条件就是需要一种加密算法和一个密钥。
Reply View the author
ahyanglf
deepin
2013-12-08 02:55
#4
truecrypt,开源且跨平台的加密解决方案。
希望融合到系统中
Reply View the author
xliang9550
deepin
2013-12-08 07:19
#5
搞个简单的RSA加密就可以了,由于是非对称的,既可用于加密又可用于签名(将公钥和私钥对换位置就分别对应于加密和签名操作)。
Reply View the author
cxbii
deepin
2013-12-08 07:24
#6
[quote]设置权限不知道算不算简单加密
不算……加密最基本的过程就是要满足加密和解密两个环节,对应的条件就是需要一种加密算法和一个密钥。[/quote]
我知道你说的,我的意思简单的限制不让别人直接查看就算简单加密
Reply View the author