1 其他电脑上的密钥 root@debian8:~# gpg -K /root/.gnupg/secring.gpg sec 1024D/D04D1A0B 2016-11-25 [expires: 2016-12-09] uid debian8 ssb 2048g/C1845DA4 2016-11- ...
分类:
其他好文 时间:
2016-11-29 07:12:38
阅读次数:
240
String uuid = UUID.randomUUID().toString().trim().replaceAll("-", "");手动自动生成Uuid本表主键(主要作用是数据库生成的是唯一的,可以用来生成比如说本表的主键,还有像这里的授权编码是每个人独有的,所以就要用这个来生成。)Stri ...
分类:
数据库 时间:
2016-11-28 20:34:35
阅读次数:
214
简单的解决方法: WebConfig 加解密,未能使用提供程序“RsaProtectedConfigurationProvider”进行解密。提供程序返回错误消息为: 打不开 RSA 密钥容器。问题:未添加用于访问 RSA 密钥容器命令:aspnet_regiis -pa "NetFramework ...
This is how I would do it. Create a class to do encryption/decryption: Then use it like this: This respectively outputs the following: 来源:http://stack ...
分类:
数据库 时间:
2016-09-30 18:17:15
阅读次数:
226
http://blog.csdn.net/cloudresearch/article/details/19092219 在openstack havana的release note中有如下介绍“Attached Cinder volumes can now be encrypted. Data is ...
分类:
其他好文 时间:
2016-08-12 13:25:26
阅读次数:
240
Cookie API All cookies created by the Nova framework are encrypted and signed with an authentication code, meaning they will be considered invalid if ...
FILE_ATTRIBUTE_ARCHIVE 文件存档(备份或移动时会对文件做标记)。FILE_ATTRIBUTE_ENCRYPTED 加密(对文件来说是内容加密,对目录来说是对将来新建的文件默认为加密属性),与此同时,如果还设置了FILE_ATTRIBUTE_SYSTEM属性,当前这个属性将无效。 ...
分类:
其他好文 时间:
2016-06-19 06:48:08
阅读次数:
895
1. 现象 windows操作系统下进行"123456"的AES加密 encrypted message is below : QLNYZyjRnKF/zxAjzDt/lw== decrypted message is below : 123456 阿里云服务器,同样是"123456"的密码,每次加 ...
分类:
系统相关 时间:
2016-06-07 19:26:52
阅读次数:
4733
password_encryption = onpostgres=# create user user1 with encrypted password 'user1';CREATE ROLEpostgres=# create user user2 with unencrypted password ...
分类:
数据库 时间:
2016-05-13 07:49:46
阅读次数:
166