DevDataTool icon indicating copy to clipboard operation
DevDataTool copied to clipboard

编码转换、摘要(hash)、加解密(MD5、SHA1、SHA256、SHA3、SM3、HMAC、DES、3DES、AES、SM4)

Results 5 DevDataTool issues
Sort by recently updated
recently updated
newest added

xcode控制台提示Persistent UI failed to open file file:///Users/apple/Library/Saved%20Application%20State/com.lbx.DataHandler.savedState/window_1.data: No such file or directory ![image](https://user-images.githubusercontent.com/13509756/65567205-eb228d80-df87-11e9-9fe9-90d1ebd92fb7.png)

你好,在使用过程中,客户只给我们提供了一个密钥,长度为12位的字符串,由于3DES默认的是24位,我将12位的字符串按照字节的处理,填充为24位,可是结果一直不对,能否给出思路?