hkp_client 0.0.2 copy "hkp_client: ^0.0.2" to clipboard
hkp_client: ^0.0.2 copied to clipboard

Basic Keyserver Client for the HKP key exchange formate based on RFC draft draft-shaw-openpgp-hkp-00.txt

hkp_client #

Dart/Flutter HKP Keyserver client. Implements the HKP basics for flutter to get and upload keys.

Getting Started #

Install the package by adding it into your pubspec.

hkp_client: "^0.0.1"

Usage #

import 'package:hkp_client/hkp_client.dart';

//Upload Pubkey to Server
//needs ASCIIArmor format
openpgp.addKey(pubkey);

//Get Keys from server bei Email, Fingerprint or KeyID
//Returns the Keys as ASCIIArmour format
openpgp.getKey(email);
openpgp.getKey(fingerprint);
0
likes
40
pub points
0%
popularity

Publisher

verified publisheranwski.de

Basic Keyserver Client for the HKP key exchange formate based on RFC draft draft-shaw-openpgp-hkp-00.txt

Homepage

License

GPL-3.0 (LICENSE)

Dependencies

flutter, http

More

Packages that depend on hkp_client