ssh_key 0.7.0-nullsafety.0 copy "ssh_key: ^0.7.0-nullsafety.0" to clipboard
ssh_key: ^0.7.0-nullsafety.0 copied to clipboard

outdated

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

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

dependencies:
  ssh_key: ^0.7.0-nullsafety.0

Alternatively, your editor might support dart 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
0
pub points
70%
popularity

Publisher

verified publisherhoylen.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

asn1lib, pointycastle, tuple

More

Packages that depend on ssh_key