Documentation
¶
Overview ¶
Package password provides utilities for generating MRTD passwords (MRZ,MRZi,CAN) used during BAC/PACE authentication.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Password ¶
type Password struct {
PasswordType PasswordType
Password string
}
func NewPasswordCan ¶
func NewPasswordMrz ¶
func NewPasswordMrzi ¶
type PasswordType ¶
type PasswordType int
const ( PASSWORD_TYPE_NIL PasswordType = iota PASSWORD_TYPE_MRZi PASSWORD_TYPE_CAN )
Click to show internal directories.
Click to hide internal directories.