omiya games cryptography:Unity软件包包含与密码相关的工具的集合 源码
-密码学 一组用于加密和解密各种事物的工具。 这包括: 加密和解密文本的资产。 在脚本中使用资产非常容易: // 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
下载地址
用户评论