500.You opened the encryption wallet and then issued the following command: SQL>CREATE TABLESPACE securespace DATAFILE '/home/user/oradata/secure01.db ...
分类:
其他好文 时间:
2017-06-28 15:44:54
阅读次数:
181
AES全称 Advanced Encryption Standard, 高级加密算法,更加安全,可取代DES。 Aes: package com.blog.d201706.encrypt; import javax.crypto.Cipher; import javax.crypto.spec.Se ...
分类:
编程语言 时间:
2017-06-25 16:12:29
阅读次数:
156
AES加密叫Advanced Encryption Standard,是高级加密标准。 这个标准用来替代原来的DES 优点: ① 抵抗所有已知的攻击。 ② 在多个平台上速度快,编码紧凑。 ③ 设计简单。 Java加密代码如下: import javax.crypto.Cipher; import j ...
分类:
其他好文 时间:
2017-06-15 12:47:03
阅读次数:
139
1 import java.net.PasswordAuthentication; 2 import java.util.Scanner; 3 4 public class Encryption { 5 public static void main(String[] args) { 6 Syste... ...
分类:
编程语言 时间:
2017-06-03 18:16:28
阅读次数:
165
fork from here http://www.cnblogs.com/hugetong/p/6914248.html boot分区,MBR加密:https://wiki.archlinux.org/index.php/Dm-crypt/Specialties#Securing_the_unen ...
分类:
系统相关 时间:
2017-06-02 22:02:24
阅读次数:
247
科普链接:https://wiki.archlinux.org/index.php/Disk_encryption 前面的链接关于硬盘加密,讲了几种,基本上就是选dm-crypt with LUKS 在grub中,解密根分区以及/boot分区。 dm-crypt文档:https://wiki.arc ...
分类:
系统相关 时间:
2017-06-02 20:24:03
阅读次数:
390
(一)对称加密(Symmetric Cryptography) ---共享密钥加密对称加密是最快速、最简单的一种加密方式,加密(encryption)与解密(decryption)用的是同样的密钥(secret key),这种方法在密码学中叫做对称加密算法。对称加密有很多种算法,由于它效率很高,所以 ...
分类:
Web程序 时间:
2017-05-21 00:25:37
阅读次数:
220
Roy's friends has been spying on his text messages, so Roy thought of an algorithm to encrypt text messages. Encryption Algorithm is as follows:We say ...
分类:
编程语言 时间:
2017-05-15 14:21:44
阅读次数:
212
SW1:!version12.2noservicetimestampslogdatetimemsecnoservicetimestampsdebugdatetimemsecnoservicepassword-encryption!hostnameSwitch!!!!!!!iprouting!!!!!!!!!!!!!!spanning-treemodepvst!!!!!!interfaceFastEthernet0/1noswitchportipaddress192.168.60.2255.255.255.0d..
分类:
系统相关 时间:
2017-05-10 22:02:27
阅读次数:
341
思科路由器安全一.显示设置的密码。showrunning-config.二.设置加密的enable的密码。enablesecrethanlg.三.加密显示所有密码。configtservicepassword-encryption.四.路由器telnet远程路由器。1.linevty015passwordaaa(创建telnet,设置密码)login2.showrunning-config五.路..
分类:
其他好文 时间:
2017-05-10 17:53:18
阅读次数:
163