码迷,mamicode.com
首页 >  
搜索关键字:encrypted    ( 135个结果
Oracle 3DES加密示例
显示如下: > Get Key Bytes > Input String: 12345678> Key String: 000186A1FFFE795EF0F176510F0E89AE> Key length: 16> BEGIN TEST Encrypt > encrypted_raw outpu ...
分类:数据库   时间:2016-05-04 17:22:54    阅读次数:453
Zimbra禁止接收带有加密的文件邮件 提醒病毒(Heuristics.Encrypted.PDF)
最近碰到一个国际性大客户,一定要发送经过加密的文件,因为是合约相关的文件,对方公司有这方面要求。但是Zimbra默认是禁止接收加密的文件 - 'Block encrypted archives',这样当客户发送邮件过来的时候,就会把邮件自动过滤/阻止掉,然后会收到管理员的邮件: 如何解决Zimbra ...
分类:其他好文   时间:2016-04-28 12:04:37    阅读次数:605
linux /etc/shadow文件详解
struct spwd { char *sp_namp; /* user login name */ char *sp_pwdp; /* encrypted password */ long int sp_lstchg; /* last passwor...
分类:系统相关   时间:2015-12-02 18:01:39    阅读次数:147
ruby AES加密解密
最近和京东合作做一个项目,在接口对接传递参数时,参数需要通过AES加密解密。本来想到用gem'aescrypt'处理,但是aescrypt的编码方式用的base64,而京东那边用的是16进制。所以就自己写了加密解密方法。AES 加密def aes_encrypt(key, encrypted_s.....
分类:其他好文   时间:2015-11-09 17:05:01    阅读次数:456
Visual Studio发布Web项目报错:Unable to add 'xxx' to the Web site. Unable to add file 'xxx'. The specified file could not be encrypted.
背景Visual Studio下的Web项目现象发布时遇到Unable to add 'xxx' to the Web site. Unable to add file 'xxx'. The specified file could not be encrypted.的报错原因这些文件(文件夹)被设...
分类:Web程序   时间:2015-11-05 15:22:45    阅读次数:248
Create a readonly user in Postgres
CREATE USER backup_user?WITH ENCRYPTED PASSWORD ‘qux94874‘; GRANT CONNECT ON DATABASE foo_db to backup_user; GRANT CONNECT ON DATABASE bar_db to backup_user; \c foo GRANT USAGE ON SCHEMA public t...
分类:其他好文   时间:2015-09-28 19:32:46    阅读次数:124
BACK DOORS AND FRONT DOORS BREAKING THE UNBREAKABLE SYSTEM
Governments are demanding backdoor access to encrypted data - particularly on mobile devices and in the cloud - as strong encryption becomes commonpla...
分类:其他好文   时间:2015-09-25 17:48:12    阅读次数:196
CoreData加密,使用SQLCipher
关键是使用SQLCipher,→GitHub地址 一、添加SQLCipher到项目中 使用CocoaPod: pod?‘EncryptedCoreData‘,?:git?=>?‘https://github.com/project-imas/encrypted-core-data.git‘ 二、在?AppDelegate.m ?添加...
分类:数据库   时间:2015-09-08 23:47:06    阅读次数:665
SQLServer的TDE加密
TDE的主要作用是防止数据库备份或数据文件被偷了以后,偷数据库备份或文件的人在没有数据加密密钥的情况下是无法恢复或附加数据库的。USE [master];GO--查看master数据库是否被加密SELECT name,is_master_key_encrypted_by_server FROMsys...
分类:数据库   时间:2015-08-17 16:55:42    阅读次数:165
135条   上一页 1 ... 9 10 11 12 13 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!