static String sha256(List<int> list) { var bytes = ByteDataUtil.list2Uint8List(list); return _CRYPTO_PROVIDER.base64_sha256(bytes); }