Description Usage Arguments Value
Given an input string, extract any PGP keys (any string starting with —–BEGIN PGP PUBLIC KEY BLOCK—– and ending with —–END PGP PUBLIC KEY BLOCK). Note that trailing dashes are not currently removed.
1 | extractPGPs(inputString)
|
inputString |
string to search for PGP keys |
1. 'outputString' input string removing PGP keys 2. 'retrievedPGPs' vector of extracted PGP keys (header, footer, whitespace etc. removed). Will have more than one element if there is more than 1 unique PGP key in the input string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.