PGP Words

Java implementation of PGP Word List

License

License

Categories

Categories

Security
GroupId

GroupId

technology.zeroalpha.security
ArtifactId

ArtifactId

j-pgp-wordlist
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

PGP Words
Java implementation of PGP Word List
Project URL

Project URL

https://github.com/ZeroAlphaTech/j-pgp-wordlist
Source Code Management

Source Code Management

https://github.com/ZeroAlphaTech/j-pgp-wordlist

Download j-pgp-wordlist

How to add to project

<!-- https://jarcasting.com/artifacts/technology.zeroalpha.security/j-pgp-wordlist/ -->
<dependency>
    <groupId>technology.zeroalpha.security</groupId>
    <artifactId>j-pgp-wordlist</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/technology.zeroalpha.security/j-pgp-wordlist/
implementation 'technology.zeroalpha.security:j-pgp-wordlist:0.1.1'
// https://jarcasting.com/artifacts/technology.zeroalpha.security/j-pgp-wordlist/
implementation ("technology.zeroalpha.security:j-pgp-wordlist:0.1.1")
'technology.zeroalpha.security:j-pgp-wordlist:jar:0.1.1'
<dependency org="technology.zeroalpha.security" name="j-pgp-wordlist" rev="0.1.1">
  <artifact name="j-pgp-wordlist" type="jar" />
</dependency>
@Grapes(
@Grab(group='technology.zeroalpha.security', module='j-pgp-wordlist', version='0.1.1')
)
libraryDependencies += "technology.zeroalpha.security" % "j-pgp-wordlist" % "0.1.1"
[technology.zeroalpha.security/j-pgp-wordlist "0.1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

j-pgp-wordlist

Java Implementation of the PGP Word List

Usage

Include the dependency in your pom.xml file:

<dependency>
    <groupId>technology.zeroalpha.security</groupId>
    <artifactId>j-pgp-wordlist</artifactId>
    <version>0.1.1</version>
</dependency>

You can then instantiate either PGPWordListConverter (for full access to the utility and convenience methods), or PGPWordList for direct access to the hexadecimal <-> PGP Word mappings:

// To use utility and convenience methods
final PGPWordListConverter pgpWordListConverter = new PGPWordListConverter();

// For direct access to mappings
final PGPWordList pgpWordList = new PGPWordList();

Both classes are thread-safe.

Version History

0.1: Convert between hexadecimal values and their associated PGP Words.

0.1.1: Added project name to POM, as required by Maven Central

technology.zeroalpha.security

ZeroAlpha Technology

Versions

Version
0.1.1