Structs§
- RppFlags
- Flags for controlling readpassphrase
Enums§
Functions§
- readpassphrase
- Reads a passphrase using
readpassphrase(3), returning it as aString. Internally uses a buffer ofPASSWORD_LENbytes, allowing for passwords up toPASSWORD_LEN - 1characters (including the null terminator.) - readpassphrase_
buf - Reads a passphrase using
readpassphrase(3)into the passed buffer. Returns aStringconsisting of the same memory from the buffer, or else zeroes the buffer on error.