用于字符串的简单加密和解密。
$ npm i -S @sc/crypto
import { Encrypt } from '@sc/crypto'; Encrypt('test');
import { Decrypt } from '@sc/crypto'; Decrypt('密文');