首先,,,,打开应用程序---实用工具,,找到“钥匙串访问”(如果实在找不到就用spotlight搜一搜),,打开之后你会看到象图中一样的东西。。。
Latest Entries »
检测代码
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
出现 vulnerable
特别字符
说明
$
匹配输入字符串的结尾位置。如果设置了 RegExp 对象的 Multiline 属性,则 $ 也匹配 ‘\n' 或‘\r'。要匹配 $ 字符本身,请使用 \$。
md5/sha不可逆加密
des对称加密
rsa加密
生成一个密钥(私钥)
[root@hunterfu ~]# openssl genrsa -out private.key 1024
例行公事
System.out.println("hello world")