vbdler library
Classes
Constants
- VBDL_ASSETS_KEY → const String
- VBDL_DATA_ENCKEY → const String
- VBDL_DATA_ENCMODE → const AESMode
- VBDL_HEADER_ENCKEY → const String
- VBDL_HEADER_ENCMODE → const AESMode
- VBDL_INDEX_ENCMODE → const AESMode
Functions
-
bindIndexDecKey(
String key) → void -
decryptData(
Uint8List bytes, int random) → List< int> -
decryptHeader(
Uint8List bytes) → VBDLHeader -
decryptIndex(
Uint8List bytes) → Map< String, List< ?int> >