renamed DatabaseLoader to DatabaseFormat

allow write access for kdb (UI not yet completed, but saving done)
This commit is contained in:
Philipp Crocoll
2015-02-02 21:37:05 +01:00
parent fc2e0fa15d
commit 3506e253db
16 changed files with 433 additions and 212 deletions

View File

@@ -39,7 +39,7 @@ namespace TwofishCipher
private PwUuid m_uuidCipher;
private static readonly byte[] TwofishCipherUuidBytes = new byte[]{
public static readonly byte[] TwofishCipherUuidBytes = new byte[]{
0xAD, 0x68, 0xF2, 0x9F, 0x57, 0x6F, 0x4B, 0xB9,
0xA3, 0x6A, 0xD4, 0x7A, 0xF9, 0x65, 0x34, 0x6C
};