aes_test library
Functions
-
createKey(
List< int> macAddressList) → Future<List< int> > - 根据max数组,生成加密key
-
decryptWithBytes(
List< int> list, List<int> keyList) → List<int> - 解密 将list进行解密,keylist是解密用的key
-
encryptWithBytes(
List< int> list, List<int> keyList) → List<int> - 加密 对list进行加密,keyList是加密用的key
-
int2basse16(
List< int> list) → String -
main(
) → dynamic -
main2(
) → void