Classes | Namespaces | Enumerations

crypt/structs.h File Reference

Go to the source code of this file.

Classes

struct  YAPET::FileHeader_32
 The file header for 32 bit pre version 0.6. More...
struct  YAPET::FileHeader_64
 The file header for 64 bit pre version 0.6 and version 0.6. More...
struct  YAPET::PasswordRecord
 Structure of the password record. More...

Namespaces

namespace  YAPET
 

Namespace for cryptographic stuff.


Enumerations

enum  {
  YAPET::HEADER_CONTROL_SIZE = 20, YAPET::NAME_SIZE = 128, YAPET::HOST_SIZE = 256, YAPET::USERNAME_SIZE = 256,
  YAPET::PASSWORD_SIZE = 256, YAPET::COMMENT_SIZE = 512, YAPET::HEADER_SIZE_32_B_PRE_0_6 = 25, YAPET::HEADER_SIZE_64_B_PRE_0_6 = 29,
  YAPET::HEADER_SIZE_0_6 = 29
}
enum  YAPET::FILE_VERSION { YAPET::VERSION_1 = 1, YAPET::VERSION_2 = 2 }