找回密码
 立即注册
搜索

[编辑器/功能拓展] UniEncrypt 2.0.30加密工具

[复制链接]
161 |0
发表于 2023-2-23 14:39:06 | 显示全部楼层 |阅读模式


Features:
- Simple API: two static functions, one for encrypt and one for decrypt
- Three types of encryption methods
1. AES: extremely fast but using symmetric key
2. RSA: asymmetric key for better security but slow for large data
3. RSA with AES: uses AES for data, and RSA to encrypt AES’s key, good balance between speed and security

- Optional BZip2 to make data smaller, thus even faster encryption
- Custom AES / RSA key support by setting file or in code, key lengths are:
1. AES: 128 / 192 / 256 bits
2. RSA: 512 / 1024 / 2048 / 4096
3. RSAwAES: RSA-2048 only
- Support multiple platforms:
1. Standalone(Windows, Linux, Mac)
2. Android
3. iOS
4. WebGL


特点:
-简单API:两个静态函数,一个用于加密,一个用于解密
—三种加密方式
1. AES:非常快,但使用对称密钥
2. RSA:非对称密钥,安全性更高,但对于大数据来说速度较慢
3.RSA with AES:使用AES对数据进行加密,RSA对AES的密钥进行加密,在速度和安全性之间取得了很好的平衡

-可选BZip2,使数据更小,从而更快的加密
-自定义AES / RSA密钥支持通过设置文件或在代码中,密钥长度:
1. AES: 128 / 192 / 256比特
2. Rsa: 512 / 1024 / 2048 / 4096
3.RSAwAES:仅限RSA-2048
—支持多平台:
1. 单机(Windows, Linux, Mac)
2. 安卓
3.iOS
4. WebGL



回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表