-密码学 一组用于加密和解密各种事物的工具。 这包括: 加密和解密文本的资产。 在脚本中使用资产非常容易: // Create a new cryptographer with random password, hash key, etc. // StringCryptographer can also be an inspector variable. StringCryptographer encrypter = new StringCryptographer (); // Encrypt the text string encryptedText = encrypter . Enc