This commit is contained in:
c0de 2023-08-26 15:22:12 -05:00
parent e45aafe9b9
commit f41d0bffe8
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# PGP AID Generator
Script to generate a valid Application Identifier (AID) for an implementation
of a PGP Smart Cart (such as SmartPGP)
of a PGP Smart Card (such as SmartPGP)
The AID is 16 bytes in length and must be unique (multiple cards should have different AIDs).
The AID is written to the Smart Card during application install, and can not be changed without

View File

@ -2,7 +2,7 @@
"""
Script to generate a valid Application Identifier (AID) for an implementation
of a PGP Smart Cart (such as SmartPGP)
of a PGP Smart Card (such as SmartPGP)
The AID is 16 bytes in length and must be unique (multiple cards should have different AIDs).
The AID is written to the Smart Card during application install, and can not be changed without