ssh_key 1.0.0 copy "ssh_key: ^1.0.0" to clipboard
ssh_key: ^1.0.0 copied to clipboard

Encodes and decodes keys to/from different text file formats.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ssh_key

With Flutter:

 $ flutter pub add ssh_key

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ssh_key: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ssh_key/ssh_key.dart';
10
likes
130
pub points
71%
popularity

Publisher

verified publisherhoylen.com

Encodes and decodes keys to/from different text file formats.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

asn1lib, pointycastle

More

Packages that depend on ssh_key