Skip to content

scrapes/hkp_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Very Basic HKP Keyserver Client written in Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages