标签存档: 高通

MySQL中的加密与压缩算法

Encryption and Compression Functions:

Name Description
AES_DECRYPT() Decrypt using AES
AES_ENCRYPT() Encrypt using AES
COMPRESS() Return result as a binary string
DECODE() Decodes a string encrypted using ENCODE()
DES_DECRYPT() Decrypt a string
DES_ENCRYPT() Encrypt a string
ENCODE() Encode a string
ENCRYPT() Encrypt a string
MD5() Calculate MD5 checksum
OLD_PASSWORD() Return the value of the pre-4.1 implementation of PASSWORD
PASSWORD() Calculate and return a password string
SHA1()SHA() Calculate an SHA-1 160-bit checksum
SHA2() Calculate an SHA-2 checksum
UNCOMPRESS() Uncompress a string compressed
UNCOMPRESSED_LENGTH() Return the length of a string before compression


两款安卓PHP WEB服务器

KSWEB开源服务器也算是程序员的专业应用吧,小编不是程序员,但小编觉得这个也可以用的到,你如果手机里片儿不错,架个服务器让我们大家都跟着爽爽也不错。

http://www.coolapk.com/apk/ru.kslabs.ksweb

继续阅读 »