pubdev/dartssh/pem library

Functions

bcryptHash(Uint8List pass, Uint8List salt) Uint8List
bcryptPbkdf(Uint8List password, Uint8List salt, int length, int rounds) Uint8List
opensshKeyCrypt(bool forEncryption, Uint8List password, Uint8List salt, int rounds, Uint8List input, int cipherAlgo) Uint8List
parsePem(String text, {StringFunction getPassword, Identity identity}) Identity
Privacy-Enhanced Mail (PEM) is a de facto file format for storing and sending cryptographic keys, certificates, and other data.