码迷,mamicode.com
首页 >  
搜索关键字:encrypted    ( 135个结果
Ural2102:Michael and Cryptography
The hacker Michael develops breakthrough password manager, which is called KEK (Keeper of Encrypted Keys). A distinctive feature of KEK is excellent s ...
分类:其他好文   时间:2018-04-16 22:48:44    阅读次数:198
How SSL/TSL Build
There are two movitation for SSL/TSL 1) Data encryption, if the data is captured by 3rd party, the data will be in encrypted. 2) Host identification, ...
分类:其他好文   时间:2018-03-27 10:21:12    阅读次数:163
Atlas安装配置
准备环境 官方链接:https://github.com/Qihoo360/Atlas/wiki/Atlas%E7%9A%84%E5%AE%89%E8%A3%85 主从搭建:http://www.cnblogs.com/cypress/p/8610279.html 一、配置主从数据库访问连接 二、安 ...
分类:其他好文   时间:2018-03-22 19:33:39    阅读次数:399
CodeForces 950B Intercepted Message
Hacker Zhorik wants to decipher two secret messages he intercepted yesterday. Yeah message is a sequence of encrypted blocks, each of them consists of ...
分类:其他好文   时间:2018-03-10 14:06:02    阅读次数:232
java.. C# 使用AES加密互解 采用AES-128-ECB加密模式
java需要下载外部包, commons codec.jar 1.6 較新的JAVA版本把Base64的方法改成靜態方法,可能會寫成Base64.encodeToString(encrypted, 0); import javax.crypto.Cipher; import javax.crypto ...
分类:编程语言   时间:2018-02-24 15:36:38    阅读次数:224
Configuring Your EMS Server or EMS Console Server on Windows/Linux
EMS Configuration Files RAD Studio provides the scripts to render the web-browser console, the EMS server configuration file and the script to create ...
分类:Windows程序   时间:2018-02-13 10:28:01    阅读次数:374
加密方法
```c // To add a reference to the system.Web using System.Web.Security; ... /// /// SHA1 The encrypted string /// /// The source string /// The encryp ...
分类:其他好文   时间:2018-01-15 00:19:36    阅读次数:150
小程序数据签名校验-Java端
JDK内置的签名算法不包含小程序需要的(对称解密使用的算法为 AES-128-CBC,数据采用PKCS#7填充),所以需要引用第三方jar。 以下是具体的代码: ...
分类:编程语言   时间:2018-01-12 11:17:04    阅读次数:918
keyring源码加密解密函数分析
Encrypt the page data contents. Page type can't be FIL_PAGE_ENCRYPTED, FIL_PAGE_COMPRESSED_AND_ENCRYPTED,FIL_PAGE_ENCRYPTED_RTREE.是加密页面数据内容。 页面类型不能 Sh ...
分类:其他好文   时间:2017-11-05 22:28:13    阅读次数:139
SSH无密码登录:只需两个简单步骤 (Linux)
最后更新 2017年4月8日 分类 最新文章 服务器安全 标签 RSA SSH Key 非对称加密 2017年4月8日 如果你管理一台Linux服务器,那么你就会知道每次SSH登录时或者使用scp复制文件时都要输入密码是一个多么繁琐的过程.这篇教程介绍使用SSH Key来实现SSH无密码登录,而且使 ...
分类:系统相关   时间:2017-11-02 20:01:03    阅读次数:248
135条   上一页 1 ... 5 6 7 8 9 ... 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!