Skip to content

Commit d592db8

Browse files
DougSaltLaCuneta
authored andcommitted
Adding the GPG extension
1 parent 46fb260 commit d592db8

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

extensions/gpg-1.0.0.zip

19.2 KB
Binary file not shown.

libraries.conf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,18 @@ This version is for NetLogo 6.1 and above"""
362362
homepage: "https://github.com/cstaelin/Pathdir-Extension"
363363
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/pathdir-3.1.0.zip"
364364
}
365+
{
366+
name: "Gnu Pretty Good Privacy"
367+
codeName: "gpg"
368+
shortDescription: "Gnu Pretty Good Privacy (GnuPG) Extension"
369+
longDescription: """Implements a NetLogo extension that utilises GnuPG privacy suite to decrypt data that is encoded symmetrically or asymmetrically. This will allow for the secure storing of sensitive data in public repositories as these keys can be tailored to specific individuals or groups of individuals. Additionally this allows the absolute destruction of publically available data providing the it can be proven that the keys for such data no longer exist.
370+
371+
Note GnuPG must be installed in the command path.
372+
"""
373+
version: "1.0.0"
374+
homepage: "https://github.com/DougSalt/gpg.git"
375+
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/gpg-1.0.0.zip"
376+
}
365377
{
366378
name: "Physics"
367379
codeName: "phys"

0 commit comments

Comments
 (0)