CryptoExt extension

on

Methods

fromBase64() String

Available on String, provided by the CryptoExt extension

fromHex() List<int>

Available on String, provided by the CryptoExt extension

fromJsonStr() Map<String, dynamic>

Available on String, provided by the CryptoExt extension

toBase64() String

Available on String, provided by the CryptoExt extension

toMd5([String salt = '']) String

Available on String, provided by the CryptoExt extension

toSha1() String

Available on String, provided by the CryptoExt extension

toSha256() String

Available on String, provided by the CryptoExt extension

toSha512() String

Available on String, provided by the CryptoExt extension