dage
library
Functions
-
base64RawDecode(String data)
→ Uint8List
-
-
base64RawEncode(List<int> data)
→ String
-
-
chunked(List<int> data, int chunkSize)
→ List<List<int>>
-
-
decrypt(Stream<List<int>> content, List<AgeKeyPair> keyPairs, {PassphraseProvider passphraseProvider = const PassphraseProvider()})
→ Stream<List<int>>
-
-
decryptArmored(Stream<List<int>> content, List<AgeKeyPair> keyPairs, {PassphraseProvider passphraseProvider = const PassphraseProvider()})
→ Stream<List<int>>
-
-
decryptArmoredWithPassphrase(Stream<List<int>> content, {PassphraseProvider passphraseProvider = const PassphraseProvider()})
→ Stream<List<int>>
-
-
decryptWithPassphrase(Stream<List<int>> content, {PassphraseProvider passphraseProvider = const PassphraseProvider()})
→ Stream<List<int>>
-
-
encrypt(Stream<List<int>> payload, List<AgeRecipient> recipients, {AgeRandom random = const AgeRandom(), SimpleKeyPair? keyPair})
→ Stream<List<int>>
-
-
encryptWithPassphrase(Stream<List<int>> payload, {AgeRandom random = const AgeRandom(), PassphraseProvider passphraseProvider = const PassphraseProvider(), dynamic workFactor = -1})
→ Stream<List<int>>
-
-
isArmored(File file)
→ Future<bool>
-
-
wrapAtPosition(String data, {int position = 64})
→ String
-