├── PAD.xml ├── README.md ├── SDeanComponents ├── Components │ ├── Hash │ │ ├── Hash.cfg │ │ ├── Hash.dof │ │ ├── Hash.dpk │ │ ├── Hash.dproj │ │ ├── Hash.res │ │ ├── HashAlgEngine_U.pas │ │ ├── HashAlgGOSTEngine_U.pas │ │ ├── HashAlgGOST_U.dcr │ │ ├── HashAlgGOST_U.pas │ │ ├── HashAlgMD2Engine_U.pas │ │ ├── HashAlgMD2_U.dcr │ │ ├── HashAlgMD2_U.pas │ │ ├── HashAlgMD4Engine_U.pas │ │ ├── HashAlgMD4_U.dcr │ │ ├── HashAlgMD4_U.pas │ │ ├── HashAlgMD5Engine_U.pas │ │ ├── HashAlgMD5_U.dcr │ │ ├── HashAlgMD5_U.pas │ │ ├── HashAlgRIPEMDEngine_U.pas │ │ ├── HashAlgRIPEMD_U.dcr │ │ ├── HashAlgRIPEMD_U.pas │ │ ├── HashAlgSHA1Engine_U.pas │ │ ├── HashAlgSHA1_U.dcr │ │ ├── HashAlgSHA1_U.pas │ │ ├── HashAlgSHA256Engine_U.pas │ │ ├── HashAlgSHA256_U.dcr │ │ ├── HashAlgSHA256_U.pas │ │ ├── HashAlgSHA384Engine_U.pas │ │ ├── HashAlgSHA384_U.dcr │ │ ├── HashAlgSHA384_U.pas │ │ ├── HashAlgSHA512Engine_U.pas │ │ ├── HashAlgSHA512_U.dcr │ │ ├── HashAlgSHA512_U.pas │ │ ├── HashAlgSHAEngine_U.pas │ │ ├── HashAlgSHA_U.dcr │ │ ├── HashAlgSHA_U.pas │ │ ├── HashAlgTigerEngine_U.pas │ │ ├── HashAlgTigerSBoxes_U.pas │ │ ├── HashAlgTiger_U.dcr │ │ ├── HashAlgTiger_U.pas │ │ ├── HashAlgUnified_U.dcr │ │ ├── HashAlgUnified_U.pas │ │ ├── HashAlg_U.pas │ │ ├── HashValue_U.pas │ │ └── docs │ │ │ ├── !README.TXT │ │ │ ├── GOST │ │ │ └── gosthash_tar.gz │ │ │ ├── MD2 │ │ │ └── rfc1319.html │ │ │ ├── MD4 │ │ │ └── rfc1320.html │ │ │ ├── MD5 │ │ │ └── rfc1321.html │ │ │ ├── RIPEMD │ │ │ ├── ftp_ripemd.zip │ │ │ ├── ripemd160.html │ │ │ ├── rmd128.txt │ │ │ ├── rmd160-3.gif │ │ │ ├── rmd160.txt │ │ │ ├── rmd256.txt │ │ │ └── rmd320.txt │ │ │ ├── SHA-1, SHA-256, SHA-384, SHA-512 │ │ │ ├── fips180-2.pdf │ │ │ └── sha256-384-512.pdf │ │ │ ├── SHA-1 │ │ │ ├── fip180-1.htm.html │ │ │ └── fip180-1.htm_files │ │ │ │ └── fip180-1.gif │ │ │ ├── SHA │ │ │ ├── fips180.html │ │ │ ├── fips_sha_shs.info │ │ │ └── fips_sha_shs.standard │ │ │ └── Tiger │ │ │ ├── test-vectors-nessie-format.dat.txt │ │ │ ├── testresults.html │ │ │ └── tiger.ps.gz │ ├── OTFE │ │ ├── OTFE │ │ │ ├── OTFE.cfg │ │ │ ├── OTFE.dof │ │ │ ├── OTFE.dpk │ │ │ ├── OTFE.dproj │ │ │ ├── OTFE.res │ │ │ └── Win32 │ │ │ │ └── Debug │ │ │ │ └── OTFE.bpl │ │ ├── OTFEBestCrypt │ │ │ ├── OTFEBestCrypt.cfg │ │ │ ├── OTFEBestCrypt.dof │ │ │ ├── OTFEBestCrypt.dpk │ │ │ ├── OTFEBestCrypt.dproj │ │ │ ├── OTFEBestCrypt.res │ │ │ ├── OTFEBestCryptBytesToString_U.pas │ │ │ ├── OTFEBestCryptGetDriveLetter_U.dfm │ │ │ ├── OTFEBestCryptGetDriveLetter_U.pas │ │ │ ├── OTFEBestCryptStructures_U.pas │ │ │ └── OTFEBestCrypt_U.dcr │ │ ├── OTFECrossCrypt │ │ │ ├── CrossCrypt_PasswordConfirm.dfm │ │ │ ├── CrossCrypt_PasswordConfirm.pas │ │ │ ├── OTFECrossCrypt.cfg │ │ │ ├── OTFECrossCrypt.dof │ │ │ ├── OTFECrossCrypt.dpk │ │ │ ├── OTFECrossCrypt.dproj │ │ │ ├── OTFECrossCrypt.res │ │ │ ├── OTFECrossCrypt_DriverAPI.pas │ │ │ ├── OTFECrossCrypt_PasswordConfirm.dfm │ │ │ ├── OTFECrossCrypt_PasswordConfirm.pas │ │ │ ├── OTFECrossCrypt_PasswordEntry.dfm │ │ │ ├── OTFECrossCrypt_PasswordEntry.pas │ │ │ ├── OTFECrossCrypt_U.dcr │ │ │ └── OTFECrossCrypt_U.pas │ │ ├── OTFEDriveCrypt │ │ │ ├── DO_NOT_USE │ │ │ │ ├── OTFEDriveCrypt.cfg │ │ │ │ ├── OTFEDriveCrypt.dof │ │ │ │ ├── OTFEDriveCrypt.dpk │ │ │ │ ├── OTFEDriveCrypt.res │ │ │ │ ├── OTFEDriveCrypt_U.pas │ │ │ │ ├── OTFEScramDisk.cfg │ │ │ │ ├── OTFEScramDisk.dof │ │ │ │ ├── OTFEScramDisk.dpk │ │ │ │ ├── OTFEScramDisk.res │ │ │ │ ├── OTFEScramDiskDismountVolumes_U.dfm │ │ │ │ ├── OTFEScramDiskDismountVolumes_U.pas │ │ │ │ ├── OTFEScramDiskPasswordEntry_U.dfm │ │ │ │ ├── OTFEScramDiskPasswordEntry_U.pas │ │ │ │ ├── OTFEScramDisk_U.dcr │ │ │ │ ├── OTFEScramDisk_U.pas │ │ │ │ ├── SdStructures_U.pas │ │ │ │ └── WindowsMissing_U.pas │ │ │ └── README.txt │ │ ├── OTFEE4M │ │ │ ├── OTFEE4M.cfg │ │ │ ├── OTFEE4M.dof │ │ │ ├── OTFEE4M.dpk │ │ │ ├── OTFEE4M.dproj │ │ │ ├── OTFEE4M.res │ │ │ ├── OTFEE4MMountDevice9x_U.dfm │ │ │ ├── OTFEE4MMountDevice9x_U.pas │ │ │ ├── OTFEE4MMountDeviceNT_U.dfm │ │ │ ├── OTFEE4MMountDeviceNT_U.pas │ │ │ ├── OTFEE4MMountDevice_U.pas │ │ │ ├── OTFEE4MPasswordEntry_U.dfm │ │ │ ├── OTFEE4MPasswordEntry_U.pas │ │ │ ├── OTFEE4MStructures_U.pas │ │ │ ├── OTFEE4M_U.dcr │ │ │ └── OTFEE4M_U.pas │ │ ├── OTFEFreeOTFE │ │ │ ├── FreeOTFEDriverConsts.pas │ │ │ ├── OBSOLETE_OTFEFreeOTFE_mntLUKS_AFS_Impl.pas │ │ │ ├── OBSOLETE_OTFEFreeOTFE_mntLUKS_AFS_Intf.pas │ │ │ ├── OBSOLETE_OTFEFreeOTFE_mntLUKS_Impl.pas │ │ │ ├── OBSOLETE_OTFEFreeOTFE_mntLUKS_Intf.pas │ │ │ ├── OTFEFreeOTFE.cfg │ │ │ ├── OTFEFreeOTFE.dof │ │ │ ├── OTFEFreeOTFE.dpk │ │ │ ├── OTFEFreeOTFE.dproj │ │ │ ├── OTFEFreeOTFE.res │ │ │ ├── OTFEFreeOTFE_DriverImages.dcr │ │ │ ├── OTFEFreeOTFE_InstructionRichEdit.pas │ │ │ ├── OTFEFreeOTFE_PasswordRichEdit.pas │ │ │ └── images │ │ │ │ ├── MODE_NORMAL.bmp │ │ │ │ ├── MODE_PORTABLE.bmp │ │ │ │ ├── Msg_Error.ico │ │ │ │ ├── Msg_None.ico │ │ │ │ ├── Msg_Warning.ico │ │ │ │ ├── START_AUTO.bmp │ │ │ │ ├── START_MANUAL.bmp │ │ │ │ ├── STATUS_STARTED.bmp │ │ │ │ ├── STATUS_STOPPED.bmp │ │ │ │ ├── Wizard_Banner.bmp │ │ │ │ └── _notes.txt │ │ ├── OTFEPGPDisk │ │ │ ├── OTFEPGPDisk.cfg │ │ │ ├── OTFEPGPDisk.dof │ │ │ ├── OTFEPGPDisk.dpk │ │ │ ├── OTFEPGPDisk.dproj │ │ │ ├── OTFEPGPDisk.res │ │ │ ├── OTFEPGPDiskMounting_U.dfm │ │ │ ├── OTFEPGPDiskMounting_U.pas │ │ │ ├── OTFEPGPDiskStructures_U.pas │ │ │ ├── OTFEPGPDisk_U.dcr │ │ │ └── OTFEPGPDisk_U.pas │ │ ├── OTFEScramDisk │ │ │ ├── OTFEScramDisk.cfg │ │ │ ├── OTFEScramDisk.dof │ │ │ ├── OTFEScramDisk.dpk │ │ │ ├── OTFEScramDisk.dproj │ │ │ ├── OTFEScramDisk.res │ │ │ ├── OTFEScramDiskDismountVolumes_U.dfm │ │ │ ├── OTFEScramDiskDismountVolumes_U.pas │ │ │ ├── OTFEScramDisk_U.dcr │ │ │ ├── OTFEScramDisk_U.pas │ │ │ ├── SdStructures_U.pas │ │ │ └── WindowsMissing_U.pas │ │ ├── OTFEStrongDisk │ │ │ ├── ICONS │ │ │ │ ├── _notes.txt │ │ │ │ ├── language-1.ico │ │ │ │ ├── language-2.ico │ │ │ │ ├── language-3.ico │ │ │ │ ├── language-4.ico │ │ │ │ ├── language-5.ico │ │ │ │ ├── language-6.ico │ │ │ │ ├── language-7.ico │ │ │ │ ├── sdremadm-1.ico │ │ │ │ ├── strdisk-1.ico │ │ │ │ └── uninst-1.ico │ │ │ ├── OTFEStrongDisk.cfg │ │ │ ├── OTFEStrongDisk.dof │ │ │ ├── OTFEStrongDisk.dpk │ │ │ ├── OTFEStrongDisk.dproj │ │ │ ├── OTFEStrongDisk.res │ │ │ ├── OTFEStrongDiskConsts_U.pas │ │ │ ├── OTFEStrongDiskPasswordEntry_U.dfm │ │ │ ├── OTFEStrongDiskPasswordEntry_U.pas │ │ │ ├── OTFEStrongDisk_U.dcr │ │ │ └── OTFEStrongDisk_U.pas │ │ ├── OTFETrueCrypt │ │ │ ├── OTFETrueCrypt.cfg │ │ │ ├── OTFETrueCrypt.dof │ │ │ ├── OTFETrueCrypt.dpk │ │ │ ├── OTFETrueCrypt.dproj │ │ │ ├── OTFETrueCrypt.res │ │ │ └── OTFETrueCrypt_U.dcr │ │ └── OTFEUnified │ │ │ ├── OTFEUnified.cfg │ │ │ ├── OTFEUnified.dof │ │ │ ├── OTFEUnified.dpk │ │ │ ├── OTFEUnified.dproj │ │ │ ├── OTFEUnified.res │ │ │ ├── OTFEUnified_U.dcr │ │ │ ├── OTFEUnified_U.pas │ │ │ ├── OTFEUnified_frmSelectOTFESystem.dfm │ │ │ └── OTFEUnified_frmSelectOTFESystem.pas │ ├── SDeanFilesystem │ │ ├── SDFilesystemCtrls.pas │ │ ├── SDeanFilesystem.cfg │ │ ├── SDeanFilesystem.dof │ │ ├── SDeanFilesystem.dpk │ │ ├── SDeanFilesystem.dproj │ │ └── SDeanFilesystem.res │ ├── SDeanSecurity │ │ ├── MouseRNG │ │ │ ├── MouseRNG.dcr │ │ │ └── MouseRNG.pas │ │ ├── PasswordRichEdit │ │ │ ├── PasswordRichEdit.dcr │ │ │ └── PasswordRichEdit.pas │ │ ├── SDeanSecurity.cfg │ │ ├── SDeanSecurity.dof │ │ ├── SDeanSecurity.dpk │ │ ├── SDeanSecurity.dproj │ │ └── SDeanSecurity.res │ ├── SDeanUtils │ │ ├── MSntdll.pas │ │ ├── NetMsg.pas │ │ ├── SDUCheckLst.dcr │ │ ├── SDUCheckLst.pas │ │ ├── SDUClipbrd.dcr │ │ ├── SDUClipbrd.pas │ │ ├── SDUComCtrls.pas │ │ ├── SDUDialogs.pas │ │ ├── SDUDropFiles.dcr │ │ ├── SDUDropFiles.pas │ │ ├── SDUExtCtrls.pas │ │ ├── SDUFileIterator_U.dcr │ │ ├── SDUFileIterator_U.pas │ │ ├── SDUFilenameEdit_U.dcr │ │ ├── SDUMultimediaKeys.dcr │ │ ├── SDUMultimediaKeys.pas │ │ ├── SDUNamedPipe_U.dcr │ │ ├── SDUNamedPipe_U.pas │ │ ├── SDUSpin64Units.dcr │ │ ├── SDUSpin64Units.dfm │ │ ├── SDUSpin64Units.pas │ │ ├── SDUStdCtrls.dcr │ │ ├── SDUStdCtrls.pas │ │ ├── SDUStringGrid.dcr │ │ ├── SDUStringGrid.pas │ │ ├── SDUSystemTrayIcon.dcr │ │ ├── SDUSystemTrayIcon.pas │ │ ├── SDUSystemTrayIconShellAPI.pas │ │ ├── SDeanUtils.cfg │ │ ├── SDeanUtils.dof │ │ ├── SDeanUtils.dpk │ │ ├── SDeanUtils.dproj │ │ ├── SDeanUtils.res │ │ ├── Spin64.pas │ │ └── Spin64.res │ ├── SDeanUtilsXE.dpk │ └── SDeanUtilsXE.dproj ├── DelphiVistaModifications │ ├── Dialogs.pas │ ├── Forms.pas │ ├── StdCtrls.pas │ ├── _notes.txt │ └── _originals │ │ ├── _ORIG - Dialogs.pas - ORIG_ │ │ ├── _ORIG - Forms.pas - ORIG_ │ │ └── _ORIG - StdCtrls.pas - ORIG_ ├── SDeanComponents.bpg ├── SDeanComponents.groupproj ├── TestApps.bpg ├── TestApps.groupproj ├── TestApps │ ├── Hash │ │ ├── HashTestVectorSuite │ │ │ ├── Form_Main.dfm │ │ │ ├── Form_Main.pas │ │ │ ├── HashTestVectorSuite.cfg │ │ │ ├── HashTestVectorSuite.dof │ │ │ ├── HashTestVectorSuite.dpr │ │ │ ├── HashTestVectorSuite.dproj │ │ │ └── HashTestVectorSuite.res │ │ ├── SDHash │ │ │ ├── SDHash.cfg │ │ │ ├── SDHash.dof │ │ │ ├── SDHash.dpr │ │ │ └── SDHash.dproj │ │ ├── SimpleHash │ │ │ ├── Form_Main.dfm │ │ │ ├── Form_Main.pas │ │ │ ├── SimpleHash.cfg │ │ │ ├── SimpleHash.dof │ │ │ ├── SimpleHash.dpr │ │ │ ├── SimpleHash.dproj │ │ │ └── SimpleHash.res │ │ ├── TigerTest │ │ │ ├── NESSIESet2.pas │ │ │ ├── NESSIESet3.pas │ │ │ ├── TigerHashTest.cfg │ │ │ ├── TigerHashTest.dof │ │ │ ├── TigerHashTest.dpr │ │ │ ├── TigerHashTest.dproj │ │ │ ├── TigerHashTest.res │ │ │ ├── frmTigerTest_U.dfm │ │ │ └── frmTigerTest_U.pas │ │ └── docs │ │ │ ├── 1_million_a_chars.dat │ │ │ ├── TestVectors.txt │ │ │ └── abc.dat │ ├── OTFES │ │ ├── OTFEBestCryptTestApp │ │ │ ├── OTFEBestCryptTestApp_U.dfm │ │ │ ├── OTFEBestCryptTestApp_U.pas │ │ │ ├── OTFEBestCryptTestProject.cfg │ │ │ ├── OTFEBestCryptTestProject.dof │ │ │ ├── OTFEBestCryptTestProject.dpr │ │ │ ├── OTFEBestCryptTestProject.dproj │ │ │ └── OTFEBestCryptTestProject.res │ │ ├── OTFECrossCryptTestApp │ │ │ ├── OTFECrossCryptTestApp_U.dfm │ │ │ ├── OTFECrossCryptTestApp_U.pas │ │ │ ├── OTFECrossCryptTestProject.cfg │ │ │ ├── OTFECrossCryptTestProject.dof │ │ │ ├── OTFECrossCryptTestProject.dpr │ │ │ ├── OTFECrossCryptTestProject.dproj │ │ │ └── OTFECrossCryptTestProject.res │ │ ├── OTFEDriveCryptTestApp │ │ │ ├── DO_NOT_USE │ │ │ │ ├── OTFEDriveCryptTestProject.cfg │ │ │ │ ├── OTFEDriveCryptTestProject.dof │ │ │ │ ├── OTFEDriveCryptTestProject.dpr │ │ │ │ ├── OTFEDriveCryptTestProject.res │ │ │ │ ├── OTFEScramDiskTestApp_U.dfm │ │ │ │ └── OTFEScramDiskTestApp_U.pas │ │ │ └── README.txt │ │ ├── OTFEE4MTestApp │ │ │ ├── OTFEE4MTestApp_U.dfm │ │ │ ├── OTFEE4MTestApp_U.pas │ │ │ ├── OTFEE4MTestProject.cfg │ │ │ ├── OTFEE4MTestProject.dof │ │ │ ├── OTFEE4MTestProject.dpr │ │ │ ├── OTFEE4MTestProject.dproj │ │ │ └── OTFEE4MTestProject.res │ │ ├── OTFEFreeOTFEDetectLinuxSettings │ │ │ ├── Main.dfm │ │ │ ├── Main.pas │ │ │ ├── OTFEFreeOTFEDetectLinuxSettings.cfg │ │ │ ├── OTFEFreeOTFEDetectLinuxSettings.dof │ │ │ ├── OTFEFreeOTFEDetectLinuxSettings.dpr │ │ │ └── OTFEFreeOTFEDetectLinuxSettings.res │ │ ├── OTFEFreeOTFETestApp │ │ │ ├── CriticalBlockTest_U.dfm │ │ │ ├── CriticalBlockTest_U.pas │ │ │ ├── OTFEFreeOTFETestApp_U.dfm │ │ │ ├── OTFEFreeOTFETestApp_U.pas │ │ │ ├── OTFEFreeOTFETestProject.cfg │ │ │ ├── OTFEFreeOTFETestProject.dof │ │ │ ├── OTFEFreeOTFETestProject.dpr │ │ │ ├── OTFEFreeOTFETestProject.dproj │ │ │ ├── OTFEFreeOTFETestProject.res │ │ │ ├── RNGTest_U.dfm │ │ │ ├── RNGTest_U.pas │ │ │ ├── cryptlibAPITest_U.dfm │ │ │ └── cryptlibAPITest_U.pas │ │ ├── OTFEPGPDiskTestApp │ │ │ ├── OTFEPGPDiskTestApp_U.dfm │ │ │ ├── OTFEPGPDiskTestApp_U.pas │ │ │ ├── OTFEPGPDiskTestProject.cfg │ │ │ ├── OTFEPGPDiskTestProject.dof │ │ │ ├── OTFEPGPDiskTestProject.dpr │ │ │ ├── OTFEPGPDiskTestProject.dproj │ │ │ └── OTFEPGPDiskTestProject.res │ │ ├── OTFEScramDiskTestApp │ │ │ ├── OTFEScramDiskTestApp_U.dfm │ │ │ ├── OTFEScramDiskTestApp_U.pas │ │ │ ├── OTFEScramDiskTestProject.cfg │ │ │ ├── OTFEScramDiskTestProject.dof │ │ │ ├── OTFEScramDiskTestProject.dpr │ │ │ ├── OTFEScramDiskTestProject.dproj │ │ │ └── OTFEScramDiskTestProject.res │ │ ├── OTFEStrongDiskTestApp │ │ │ ├── OTFEStrongDiskTestApp_U.dfm │ │ │ ├── OTFEStrongDiskTestApp_U.pas │ │ │ ├── OTFEStrongDiskTestProject.cfg │ │ │ ├── OTFEStrongDiskTestProject.dof │ │ │ ├── OTFEStrongDiskTestProject.dpr │ │ │ ├── OTFEStrongDiskTestProject.dproj │ │ │ └── OTFEStrongDiskTestProject.res │ │ ├── OTFETrueCryptTestApp │ │ │ ├── OTFETrueCryptTestApp_U.dfm │ │ │ ├── OTFETrueCryptTestApp_U.pas │ │ │ ├── OTFETrueCryptTestProject.cfg │ │ │ ├── OTFETrueCryptTestProject.dof │ │ │ ├── OTFETrueCryptTestProject.dpr │ │ │ ├── OTFETrueCryptTestProject.dproj │ │ │ └── OTFETrueCryptTestProject.res │ │ ├── OTFEUnifiedTestApp │ │ │ ├── OTFEUnifiedTestApp_U.dfm │ │ │ ├── OTFEUnifiedTestApp_U.pas │ │ │ ├── OTFEUnifiedTestProject.cfg │ │ │ ├── OTFEUnifiedTestProject.dof │ │ │ ├── OTFEUnifiedTestProject.dpr │ │ │ ├── OTFEUnifiedTestProject.dproj │ │ │ └── OTFEUnifiedTestProject.res │ │ └── OrigScramDiskDemo │ │ │ ├── Disks.res │ │ │ ├── Images │ │ │ ├── ContainerMount.bmp │ │ │ ├── Disk.bmp │ │ │ ├── Dismount.bmp │ │ │ ├── DismountBrutal.bmp │ │ │ ├── PartitionMount.bmp │ │ │ ├── PasswordsClear.bmp │ │ │ ├── PasswordsRedScreen.bmp │ │ │ ├── PasswordsSet.bmp │ │ │ ├── Refresh.bmp │ │ │ └── WAVDisk.bmp │ │ │ ├── TkrScramDisk.ico │ │ │ ├── sdAbout.dfm │ │ │ ├── sdAbout.pas │ │ │ ├── sdDemo.cfg │ │ │ ├── sdDemo.dof │ │ │ ├── sdDemo.dpr │ │ │ ├── sdDemo.dproj │ │ │ ├── sdDemo.drc │ │ │ ├── sdDemo.mps │ │ │ ├── sdDemo.res │ │ │ ├── sdGlobals.pas │ │ │ ├── sdMain.dfm │ │ │ ├── sdMain.pas │ │ │ ├── sdPassword.dfm │ │ │ └── sdPassword.pas │ ├── SDeanSecurity │ │ ├── AFSplitter │ │ │ ├── AFSplitterTestApp.cfg │ │ │ ├── AFSplitterTestApp.dof │ │ │ ├── AFSplitterTestApp.dpr │ │ │ ├── AFSplitterTestApp.dproj │ │ │ ├── AFSplitterTestApp.res │ │ │ ├── Main.dfm │ │ │ └── Main.pas │ │ ├── HMAC │ │ │ ├── HMACTestVectorSuite │ │ │ │ ├── Form_Main.dfm │ │ │ │ ├── Form_Main.pas │ │ │ │ ├── HMACTestVectorSuite.cfg │ │ │ │ ├── HMACTestVectorSuite.dof │ │ │ │ ├── HMACTestVectorSuite.dpr │ │ │ │ ├── HMACTestVectorSuite.dproj │ │ │ │ └── HMACTestVectorSuite.res │ │ │ └── docs │ │ │ │ ├── RFC2104_machine_readable_tests.txt │ │ │ │ ├── RFC2202_machine_readable_tests.txt │ │ │ │ └── fips-198a_machine_readable_tests.txt │ │ ├── MSCryptoAPI │ │ │ ├── MSCryptoAPITest.cfg │ │ │ ├── MSCryptoAPITest.dof │ │ │ ├── MSCryptoAPITest.dpr │ │ │ ├── MSCryptoAPITest.dproj │ │ │ ├── MSCryptoAPITest.res │ │ │ ├── frmMain_U.dfm │ │ │ └── frmMain_U.pas │ │ ├── MouseRNG │ │ │ ├── Main.dfm │ │ │ ├── Main.pas │ │ │ ├── MouseRNGTestApp.cfg │ │ │ ├── MouseRNGTestApp.dof │ │ │ ├── MouseRNGTestApp.dpr │ │ │ ├── MouseRNGTestApp.dproj │ │ │ └── MouseRNGTestApp.res │ │ ├── MouseRNGDialog │ │ │ ├── Main.dfm │ │ │ ├── Main.pas │ │ │ ├── MouseRNGDialogTestApp.cfg │ │ │ ├── MouseRNGDialogTestApp.dof │ │ │ ├── MouseRNGDialogTestApp.dpr │ │ │ ├── MouseRNGDialogTestApp.dproj │ │ │ └── MouseRNGDialogTestApp.res │ │ ├── PasswordRichEdit │ │ │ ├── Main.dfm │ │ │ ├── Main.pas │ │ │ ├── PasswordRichEditTestApp.cfg │ │ │ ├── PasswordRichEditTestApp.dof │ │ │ ├── PasswordRichEditTestApp.dpr │ │ │ ├── PasswordRichEditTestApp.dproj │ │ │ └── PasswordRichEditTestApp.res │ │ └── Shredder │ │ │ ├── Main.dfm │ │ │ ├── Main.pas │ │ │ ├── ShredderTestApp.cfg │ │ │ ├── ShredderTestApp.dof │ │ │ ├── ShredderTestApp.dpr │ │ │ ├── ShredderTestApp.dproj │ │ │ └── ShredderTestApp.res │ └── SDeanUtils │ │ ├── SDUClipboardMonitor │ │ ├── SDUClipboardMonitor.cfg │ │ ├── SDUClipboardMonitor.dof │ │ ├── SDUClipboardMonitor.dpr │ │ ├── SDUClipboardMonitor.dproj │ │ ├── SDUClipboardMonitor.ico │ │ ├── SDUClipboardMonitor.res │ │ ├── Unit1.dfm │ │ └── Unit1.pas │ │ ├── SDUDialogs │ │ ├── Main.dfm │ │ ├── Main.pas │ │ ├── SDUDialogsTestApp.cfg │ │ ├── SDUDialogsTestApp.dpr │ │ ├── SDUDialogsTestApp.dproj │ │ └── SDUDialogsTestApp.res │ │ ├── SDUDiskPartitionDlg │ │ ├── Main.dfm │ │ ├── Main.pas │ │ ├── SDUDiskPartitionTestApp.cfg │ │ ├── SDUDiskPartitionTestApp.dof │ │ ├── SDUDiskPartitionTestApp.dpr │ │ ├── SDUDiskPartitionTestApp.dproj │ │ └── SDUDiskPartitionTestApp.res │ │ ├── SDUDropFiles │ │ ├── Main.dfm │ │ ├── Main.pas │ │ ├── SDUDropFilesTestApp.dpr │ │ ├── SDUDropFilesTestApp.dproj │ │ └── SDUDropFilesTestApp.res │ │ ├── SDUGeneral │ │ ├── SDUCreateLargeFile │ │ │ ├── Main_U.dfm │ │ │ ├── Main_U.pas │ │ │ ├── SDUCreateLargeFile.cfg │ │ │ ├── SDUCreateLargeFile.dof │ │ │ ├── SDUCreateLargeFile.dpr │ │ │ ├── SDUCreateLargeFile.dproj │ │ │ └── SDUCreateLargeFile.res │ │ ├── SDUPermutate │ │ │ ├── Main.dfm │ │ │ ├── Main.pas │ │ │ ├── SDUPermutate.cfg │ │ │ ├── SDUPermutate.dof │ │ │ ├── SDUPermutate.dpr │ │ │ ├── SDUPermutate.dproj │ │ │ └── SDUPermutate.res │ │ ├── SDUPrettyPrintHex │ │ │ ├── Main_U.dfm │ │ │ ├── Main_U.pas │ │ │ ├── SDUPrettyPrintHex.cfg │ │ │ ├── SDUPrettyPrintHex.dof │ │ │ ├── SDUPrettyPrintHex.dpr │ │ │ ├── SDUPrettyPrintHex.dproj │ │ │ ├── SDUPrettyPrintHex.res │ │ │ └── testfile.dat │ │ └── SDUXOR │ │ │ ├── Main.dfm │ │ │ ├── Main.pas │ │ │ ├── SDUXOR.cfg │ │ │ ├── SDUXOR.dof │ │ │ ├── SDUXOR.dpr │ │ │ ├── SDUXOR.dproj │ │ │ └── SDUXOR.res │ │ ├── SDUGraphics │ │ ├── SDUImageFlipRotateGrayscale │ │ │ ├── SDUImageFlipRotateGrayscale.dpr │ │ │ ├── SDUImageFlipRotateGrayscale.dproj │ │ │ ├── SDUImageFlipRotateGrayscale.res │ │ │ ├── TestImages │ │ │ │ ├── pf1bit.bmp │ │ │ │ ├── pf24bit.bmp │ │ │ │ ├── pf4bit.bmp │ │ │ │ └── pf8bit.bmp │ │ │ ├── Unit1.dfm │ │ │ └── Unit1.pas │ │ └── SDUSimplePieChart │ │ │ ├── Main.dfm │ │ │ ├── Main.pas │ │ │ ├── SDUSimplePieChart.cfg │ │ │ ├── SDUSimplePieChart.dof │ │ │ ├── SDUSimplePieChart.dpr │ │ │ ├── SDUSimplePieChart.dproj │ │ │ └── SDUSimplePieChart.res │ │ ├── SDUIterators │ │ ├── IteratorTestApp.cfg │ │ ├── IteratorTestApp.dof │ │ ├── IteratorTestApp.dpr │ │ ├── IteratorTestApp.dproj │ │ ├── IteratorTestApp.res │ │ ├── IteratorTestApp_U.dfm │ │ └── IteratorTestApp_U.pas │ │ ├── SDUMultimediaKeys │ │ ├── Main.dfm │ │ ├── Main.pas │ │ ├── SDUMultimediaKeysTestApp.dpr │ │ ├── SDUMultimediaKeysTestApp.dproj │ │ └── SDUMultimediaKeysTestApp.res │ │ ├── SDUNamedPipes │ │ ├── Main_U.dfm │ │ ├── Main_U.pas │ │ ├── NamedPipesExample.cfg │ │ ├── NamedPipesExample.dof │ │ ├── NamedPipesExample.dpr │ │ ├── NamedPipesExample.dproj │ │ └── NamedPipesExample.res │ │ ├── SDUProgress │ │ ├── Main.dfm │ │ ├── Main.pas │ │ ├── SDUProgressTestApp.cfg │ │ ├── SDUProgressTestApp.dpr │ │ ├── SDUProgressTestApp.dproj │ │ └── SDUProgressTestApp.res │ │ ├── SDUStdCtrls │ │ └── SDUURLLabel │ │ │ ├── Main_U.dfm │ │ │ ├── Main_U.pas │ │ │ ├── SDUURLLabelTestApp.cfg │ │ │ ├── SDUURLLabelTestApp.dof │ │ │ ├── SDUURLLabelTestApp.dpr │ │ │ ├── SDUURLLabelTestApp.dproj │ │ │ └── SDUURLLabelTestApp.res │ │ ├── SDUSystemTrayIcon │ │ ├── BasicUsage │ │ │ ├── Icon1.ico │ │ │ ├── Icon2.ico │ │ │ ├── Icon3.ico │ │ │ ├── Main_U.dfm │ │ │ ├── Main_U.pas │ │ │ ├── SDUSystemTrayIconBasicUsage.cfg │ │ │ ├── SDUSystemTrayIconBasicUsage.dof │ │ │ ├── SDUSystemTrayIconBasicUsage.dpr │ │ │ ├── SDUSystemTrayIconBasicUsage.dproj │ │ │ └── SDUSystemTrayIconBasicUsage.res │ │ └── MinCloseToSystemTray │ │ │ ├── Main.dfm │ │ │ ├── Main.pas │ │ │ ├── SDUSystemTrayIconMinCloseToSystemTray.cfg │ │ │ ├── SDUSystemTrayIconMinCloseToSystemTray.dof │ │ │ ├── SDUSystemTrayIconMinCloseToSystemTray.dpr │ │ │ ├── SDUSystemTrayIconMinCloseToSystemTray.dproj │ │ │ ├── SDUSystemTrayIconMinCloseToSystemTray.res │ │ │ ├── SecondForm.dfm │ │ │ └── SecondForm.pas │ │ └── SDUWindows64 │ │ ├── SDUWindows64TestApp.cfg │ │ ├── SDUWindows64TestApp.dof │ │ ├── SDUWindows64TestApp.dpr │ │ ├── SDUWindows64TestApp.dproj │ │ ├── SDUWindows64TestApp.res │ │ ├── formMain.dfm │ │ └── formMain.pas └── docs │ ├── SDHash.htm │ ├── SDeanComponents.htm │ └── TkrScramDisk readme.txt ├── docs ├── .gitignore ├── FAQ.md ├── Linux_examples__LUKS.md ├── Linux_examples__cryptoloop.md ├── Linux_examples__dm-crypt.md ├── Linux_volumes.md ├── TODO_list.md ├── advanced_topics.md ├── asus secureboot.png ├── command_line.md ├── command_line_decryption_utilities.md ├── contact_details.md ├── contents.md ├── credits.md ├── deniable_encryption_tool_a_survey.pdf ├── description.md ├── donations.md ├── download.md ├── fault_reporting.md ├── getting_started.md ├── glossary.md ├── images │ ├── FreeOTFE.gif │ ├── PDA_NonSoftkeyMenuBar.png │ ├── PDA_NonSoftkeyMenuItems.png │ ├── PDA_SoftkeyMenuBar.png │ ├── PDA_SoftkeyMenuItems.png │ ├── driver_MODE_NORMAL.png │ ├── driver_MODE_PORTABLE.png │ ├── driver_START_AUTO.png │ ├── driver_START_MANUAL.png │ ├── driver_STATUS_STARTED.png │ ├── driver_STATUS_STOPPED.png │ ├── favicon.ico │ ├── note_Important.png │ ├── note_SecurityTip.png │ ├── note_Technical.png │ ├── note_Tip.png │ ├── note_VistaPCIcon.png │ ├── note_VistaPCIcon_no_alpha_transparency.png │ ├── note_VistaPDAIcon.png │ ├── note_VistaPDAIcon_no_alpha_transparency.png │ ├── screenshot_unsigned_driver.png │ └── screenshots │ │ ├── PC │ │ ├── DriverControl.png │ │ ├── ExplorerWithMounted.png │ │ ├── MainContextMenu.png │ │ ├── MountAdvanced.png │ │ ├── MountBasic.png │ │ ├── NewVolumeWizard.png │ │ ├── NewVolumeWizard_PartitionFullInfo.png │ │ ├── PKCS11Options.png │ │ ├── PKCS11PINEntry.png │ │ ├── PartitionSelect_FullInfo.png │ │ ├── PartitionSelect_FullInfo_new.png │ │ ├── PartitionSelect_RestrictedInfo.png │ │ ├── VolCreateAdvanced.png │ │ ├── lcMain.png │ │ ├── lcMainWithPart.png │ │ └── open_LUKS_keyfile.png │ │ └── PDA │ │ ├── ExplorerWithMounted.png │ │ ├── MainContextMenu.png │ │ ├── MountAdvanced.png │ │ ├── MountBasic.png │ │ ├── NewVolumeWizard.png │ │ ├── OptionsCyphers.png │ │ └── VolCreateAdvanced.png ├── impact_of_kernel_driver_signing.md ├── index.md ├── installation_and_upgrading.md ├── installation_and_upgrading__PC.md ├── keys │ └── sdean12_sdean12.org.asc ├── known_bugs.md ├── licence.md ├── list.lst ├── notes.md ├── notes_PC.md ├── pkcs11_drivers.md ├── pkcs11_support.md ├── plausible_deniability.md ├── portable_mode.md ├── styles_common.css ├── styles_pc.css ├── technical_details.md ├── technical_details__FreeOTFE_CDB_layout.md ├── technical_details__FreeOTFE_CDB_layout_format_1.md ├── technical_details__FreeOTFE_CDB_layout_format_2.md ├── technical_details__FreeOTFE_CDB_layout_format_3.md ├── technical_details__FreeOTFE_CDB_layout_format_4.md ├── technical_details__FreeOTFE_CDB_layout_format_5.md ├── technical_details__FreeOTFE_volumes_and_keyfiles.md ├── technical_details__RNGs.md ├── technical_details__build_notes.md ├── technical_details__creating_FreeOTFE_volumes.md ├── technical_details__creating_a_new_hash_cypher_driver.md ├── technical_details__filename_extensions.md ├── technical_details__mounting_FreeOTFE_volumes.md ├── technical_details__partition_encryption_decryption.md ├── technical_details__registry_entries.md ├── translations.md ├── uninstalling.md └── version_history.md ├── install └── LibreCrypt.iss ├── src ├── 3rd_party │ ├── AES_candidates_1st_round_-_Gladman │ │ ├── _notes.txt │ │ ├── aes_gtst.cpp │ │ ├── aes_test.cpp │ │ ├── aes_time.cpp │ │ ├── cast.c │ │ ├── cryptography_technology - index.htm │ │ ├── cryptography_technology - index_files │ │ │ ├── brg.gif │ │ │ ├── bullet.gif │ │ │ └── square_1.gif │ │ ├── crypton.c │ │ ├── crypton1.c │ │ ├── deal.c │ │ ├── des.c │ │ ├── des.h │ │ ├── dfc.c │ │ ├── e2.c │ │ ├── frog.c │ │ ├── hpc.c │ │ ├── index.htm │ │ ├── key.c │ │ ├── loki.c │ │ ├── magenta.c │ │ ├── mars.c │ │ ├── rand.cpp │ │ ├── rc6.c │ │ ├── rijndael.c │ │ ├── safer.c │ │ ├── serpent.c │ │ ├── std_defs.h │ │ └── twofish.c │ ├── AES_candidates_2nd_round_-_Gladman │ │ ├── _notes.txt │ │ ├── about me - index.htm │ │ ├── about me - index_files │ │ │ ├── a.gif │ │ │ ├── brg.gif │ │ │ ├── bullet.gif │ │ │ └── square_1.gif │ │ ├── aes 2nd round implementation - index.htm │ │ ├── aes 2nd round implementation - index_files │ │ │ ├── a.gif │ │ │ ├── brg.gif │ │ │ ├── bullet.gif │ │ │ └── square_1.gif │ │ ├── aes.r2.algs.zip │ │ ├── aes.r2.algs │ │ │ ├── MARS.c │ │ │ ├── mars.h │ │ │ ├── rc6.c │ │ │ ├── rc6.h │ │ │ ├── rijndael.c │ │ │ ├── rijndael.h │ │ │ ├── serpent.c │ │ │ ├── serpent.h │ │ │ ├── twofish.c │ │ │ └── twofish.h │ │ ├── aes.r2.test.zip │ │ ├── aes.r2.test │ │ │ ├── aes_aux.c │ │ │ ├── aes_aux.h │ │ │ ├── aes_config.h │ │ │ ├── aes_defs.h │ │ │ ├── aes_gav.c │ │ │ ├── aes_rav.c │ │ │ └── aes_tmr.c │ │ ├── bit_order.pdf │ │ ├── fp.gladman.plus.com.htm │ │ ├── fp.gladman.plus.com_files │ │ │ ├── a.gif │ │ │ ├── brg.gif │ │ │ ├── bullet.gif │ │ │ └── square_1.gif │ │ ├── gladman.pdf │ │ ├── index serpent s-boxes.htm │ │ ├── index serpent s-boxes_files │ │ │ ├── brg.gif │ │ │ ├── bullet.gif │ │ │ └── square_1.gif │ │ ├── index.htm │ │ ├── index_files │ │ │ ├── brg.gif │ │ │ ├── bullet.gif │ │ │ └── square_1.gif │ │ └── winners.pdf │ ├── Twofish │ │ ├── twofish-download.html │ │ ├── twofish-download_files │ │ │ ├── cover-beyondfear.jpg │ │ │ └── schneier-safe.css │ │ ├── twofish-optimized-c.zip │ │ ├── twofish-optimized-c │ │ │ ├── AES.H │ │ │ ├── COMPILE.BAT │ │ │ ├── DEBUG.H │ │ │ ├── PLATFORM.H │ │ │ ├── README │ │ │ ├── TABLE.H │ │ │ ├── TST2FISH.C │ │ │ └── TWOFISH2.C │ │ ├── twofish-reference-c.zip │ │ ├── twofish-reference-c │ │ │ ├── AES.H │ │ │ ├── COMPILE.BAT │ │ │ ├── DEBUG.H │ │ │ ├── PLATFORM.H │ │ │ ├── README │ │ │ ├── TABLE.H │ │ │ ├── TST2FISH.C │ │ │ └── TWOFISH.C │ │ ├── twofish.html │ │ └── twofish_files │ │ │ ├── cover-beyondfear.jpg │ │ │ └── schneier-safe.css │ ├── _notes.txt │ ├── libtomcrypt │ │ ├── crypt-1.17.zip │ │ ├── crypt-1.17.zip.asc │ │ ├── crypt-1.17 │ │ │ ├── Doxyfile │ │ │ ├── LICENSE │ │ │ ├── README │ │ │ ├── TODO │ │ │ ├── build.sh │ │ │ ├── changes │ │ │ ├── crypt.lof │ │ │ ├── crypt.tex │ │ │ ├── demos │ │ │ │ ├── encrypt.c │ │ │ │ ├── hashsum.c │ │ │ │ ├── multi.c │ │ │ │ ├── small.c │ │ │ │ ├── test.c │ │ │ │ ├── timing.c │ │ │ │ └── tv_gen.c │ │ │ ├── doc │ │ │ │ ├── crypt.pdf │ │ │ │ ├── footer.html │ │ │ │ └── header.html │ │ │ ├── filter.pl │ │ │ ├── fixupind.pl │ │ │ ├── genlist.sh │ │ │ ├── libtomcrypt.dsp │ │ │ ├── makefile │ │ │ ├── makefile.icc │ │ │ ├── makefile.msvc │ │ │ ├── makefile.shared │ │ │ ├── makefile.unix │ │ │ ├── mess.sh │ │ │ ├── notes │ │ │ │ ├── base64_tv.txt │ │ │ │ ├── ccm_tv.txt │ │ │ │ ├── cipher_tv.txt │ │ │ │ ├── eax_tv.txt │ │ │ │ ├── ecc_tv.txt │ │ │ │ ├── etc │ │ │ │ │ ├── saferp_optimizer.c │ │ │ │ │ ├── whirlgen.c │ │ │ │ │ └── whirltest.c │ │ │ │ ├── gcm_tv.txt │ │ │ │ ├── hash_tv.txt │ │ │ │ ├── hmac_tv.txt │ │ │ │ ├── lrw_tv.txt │ │ │ │ ├── ocb_tv.txt │ │ │ │ ├── omac_tv.txt │ │ │ │ ├── pmac_tv.txt │ │ │ │ ├── tech0001.txt │ │ │ │ ├── tech0002.txt │ │ │ │ ├── tech0003.txt │ │ │ │ ├── tech0004.txt │ │ │ │ ├── tech0005.txt │ │ │ │ ├── tech0006.txt │ │ │ │ └── tech0007.txt │ │ │ ├── parsenames.pl │ │ │ ├── run.sh │ │ │ ├── src │ │ │ │ ├── ciphers │ │ │ │ │ ├── aes │ │ │ │ │ │ ├── aes.c │ │ │ │ │ │ └── aes_tab.c │ │ │ │ │ ├── anubis.c │ │ │ │ │ ├── blowfish.c │ │ │ │ │ ├── cast5.c │ │ │ │ │ ├── des.c │ │ │ │ │ ├── kasumi.c │ │ │ │ │ ├── khazad.c │ │ │ │ │ ├── kseed.c │ │ │ │ │ ├── multi2.c │ │ │ │ │ ├── noekeon.c │ │ │ │ │ ├── rc2.c │ │ │ │ │ ├── rc5.c │ │ │ │ │ ├── rc6.c │ │ │ │ │ ├── safer │ │ │ │ │ │ ├── safer.c │ │ │ │ │ │ ├── safer_tab.c │ │ │ │ │ │ └── saferp.c │ │ │ │ │ ├── skipjack.c │ │ │ │ │ ├── twofish │ │ │ │ │ │ ├── twofish.c │ │ │ │ │ │ └── twofish_tab.c │ │ │ │ │ └── xtea.c │ │ │ │ ├── encauth │ │ │ │ │ ├── ccm │ │ │ │ │ │ ├── ccm_memory.c │ │ │ │ │ │ └── ccm_test.c │ │ │ │ │ ├── eax │ │ │ │ │ │ ├── eax_addheader.c │ │ │ │ │ │ ├── eax_decrypt.c │ │ │ │ │ │ ├── eax_decrypt_verify_memory.c │ │ │ │ │ │ ├── eax_done.c │ │ │ │ │ │ ├── eax_encrypt.c │ │ │ │ │ │ ├── eax_encrypt_authenticate_memory.c │ │ │ │ │ │ ├── eax_init.c │ │ │ │ │ │ └── eax_test.c │ │ │ │ │ ├── gcm │ │ │ │ │ │ ├── gcm_add_aad.c │ │ │ │ │ │ ├── gcm_add_iv.c │ │ │ │ │ │ ├── gcm_done.c │ │ │ │ │ │ ├── gcm_gf_mult.c │ │ │ │ │ │ ├── gcm_init.c │ │ │ │ │ │ ├── gcm_memory.c │ │ │ │ │ │ ├── gcm_mult_h.c │ │ │ │ │ │ ├── gcm_process.c │ │ │ │ │ │ ├── gcm_reset.c │ │ │ │ │ │ └── gcm_test.c │ │ │ │ │ └── ocb │ │ │ │ │ │ ├── ocb_decrypt.c │ │ │ │ │ │ ├── ocb_decrypt_verify_memory.c │ │ │ │ │ │ ├── ocb_done_decrypt.c │ │ │ │ │ │ ├── ocb_done_encrypt.c │ │ │ │ │ │ ├── ocb_encrypt.c │ │ │ │ │ │ ├── ocb_encrypt_authenticate_memory.c │ │ │ │ │ │ ├── ocb_init.c │ │ │ │ │ │ ├── ocb_ntz.c │ │ │ │ │ │ ├── ocb_shift_xor.c │ │ │ │ │ │ ├── ocb_test.c │ │ │ │ │ │ └── s_ocb_done.c │ │ │ │ ├── hashes │ │ │ │ │ ├── chc │ │ │ │ │ │ └── chc.c │ │ │ │ │ ├── helper │ │ │ │ │ │ ├── hash_file.c │ │ │ │ │ │ ├── hash_filehandle.c │ │ │ │ │ │ ├── hash_memory.c │ │ │ │ │ │ └── hash_memory_multi.c │ │ │ │ │ ├── md2.c │ │ │ │ │ ├── md4.c │ │ │ │ │ ├── md5.c │ │ │ │ │ ├── rmd128.c │ │ │ │ │ ├── rmd160.c │ │ │ │ │ ├── rmd256.c │ │ │ │ │ ├── rmd320.c │ │ │ │ │ ├── sha1.c │ │ │ │ │ ├── sha2 │ │ │ │ │ │ ├── sha224.c │ │ │ │ │ │ ├── sha256.c │ │ │ │ │ │ ├── sha384.c │ │ │ │ │ │ └── sha512.c │ │ │ │ │ ├── tiger.c │ │ │ │ │ └── whirl │ │ │ │ │ │ ├── whirl.c │ │ │ │ │ │ └── whirltab.c │ │ │ │ ├── headers │ │ │ │ │ ├── tomcrypt.h │ │ │ │ │ ├── tomcrypt_argchk.h │ │ │ │ │ ├── tomcrypt_cfg.h │ │ │ │ │ ├── tomcrypt_cipher.h │ │ │ │ │ ├── tomcrypt_custom.h │ │ │ │ │ ├── tomcrypt_hash.h │ │ │ │ │ ├── tomcrypt_mac.h │ │ │ │ │ ├── tomcrypt_macros.h │ │ │ │ │ ├── tomcrypt_math.h │ │ │ │ │ ├── tomcrypt_misc.h │ │ │ │ │ ├── tomcrypt_pk.h │ │ │ │ │ ├── tomcrypt_pkcs.h │ │ │ │ │ └── tomcrypt_prng.h │ │ │ │ ├── mac │ │ │ │ │ ├── f9 │ │ │ │ │ │ ├── f9_done.c │ │ │ │ │ │ ├── f9_file.c │ │ │ │ │ │ ├── f9_init.c │ │ │ │ │ │ ├── f9_memory.c │ │ │ │ │ │ ├── f9_memory_multi.c │ │ │ │ │ │ ├── f9_process.c │ │ │ │ │ │ └── f9_test.c │ │ │ │ │ ├── hmac │ │ │ │ │ │ ├── hmac_done.c │ │ │ │ │ │ ├── hmac_file.c │ │ │ │ │ │ ├── hmac_init.c │ │ │ │ │ │ ├── hmac_memory.c │ │ │ │ │ │ ├── hmac_memory_multi.c │ │ │ │ │ │ ├── hmac_process.c │ │ │ │ │ │ └── hmac_test.c │ │ │ │ │ ├── omac │ │ │ │ │ │ ├── omac_done.c │ │ │ │ │ │ ├── omac_file.c │ │ │ │ │ │ ├── omac_init.c │ │ │ │ │ │ ├── omac_memory.c │ │ │ │ │ │ ├── omac_memory_multi.c │ │ │ │ │ │ ├── omac_process.c │ │ │ │ │ │ └── omac_test.c │ │ │ │ │ ├── pelican │ │ │ │ │ │ ├── pelican.c │ │ │ │ │ │ ├── pelican_memory.c │ │ │ │ │ │ └── pelican_test.c │ │ │ │ │ ├── pmac │ │ │ │ │ │ ├── pmac_done.c │ │ │ │ │ │ ├── pmac_file.c │ │ │ │ │ │ ├── pmac_init.c │ │ │ │ │ │ ├── pmac_memory.c │ │ │ │ │ │ ├── pmac_memory_multi.c │ │ │ │ │ │ ├── pmac_ntz.c │ │ │ │ │ │ ├── pmac_process.c │ │ │ │ │ │ ├── pmac_shift_xor.c │ │ │ │ │ │ └── pmac_test.c │ │ │ │ │ └── xcbc │ │ │ │ │ │ ├── xcbc_done.c │ │ │ │ │ │ ├── xcbc_file.c │ │ │ │ │ │ ├── xcbc_init.c │ │ │ │ │ │ ├── xcbc_memory.c │ │ │ │ │ │ ├── xcbc_memory_multi.c │ │ │ │ │ │ ├── xcbc_process.c │ │ │ │ │ │ └── xcbc_test.c │ │ │ │ ├── math │ │ │ │ │ ├── fp │ │ │ │ │ │ └── ltc_ecc_fp_mulmod.c │ │ │ │ │ ├── gmp_desc.c │ │ │ │ │ ├── ltm_desc.c │ │ │ │ │ ├── multi.c │ │ │ │ │ ├── rand_prime.c │ │ │ │ │ └── tfm_desc.c │ │ │ │ ├── misc │ │ │ │ │ ├── base64 │ │ │ │ │ │ ├── base64_decode.c │ │ │ │ │ │ └── base64_encode.c │ │ │ │ │ ├── burn_stack.c │ │ │ │ │ ├── crypt │ │ │ │ │ │ ├── crypt.c │ │ │ │ │ │ ├── crypt_argchk.c │ │ │ │ │ │ ├── crypt_cipher_descriptor.c │ │ │ │ │ │ ├── crypt_cipher_is_valid.c │ │ │ │ │ │ ├── crypt_find_cipher.c │ │ │ │ │ │ ├── crypt_find_cipher_any.c │ │ │ │ │ │ ├── crypt_find_cipher_id.c │ │ │ │ │ │ ├── crypt_find_hash.c │ │ │ │ │ │ ├── crypt_find_hash_any.c │ │ │ │ │ │ ├── crypt_find_hash_id.c │ │ │ │ │ │ ├── crypt_find_hash_oid.c │ │ │ │ │ │ ├── crypt_find_prng.c │ │ │ │ │ │ ├── crypt_fsa.c │ │ │ │ │ │ ├── crypt_hash_descriptor.c │ │ │ │ │ │ ├── crypt_hash_is_valid.c │ │ │ │ │ │ ├── crypt_ltc_mp_descriptor.c │ │ │ │ │ │ ├── crypt_prng_descriptor.c │ │ │ │ │ │ ├── crypt_prng_is_valid.c │ │ │ │ │ │ ├── crypt_register_cipher.c │ │ │ │ │ │ ├── crypt_register_hash.c │ │ │ │ │ │ ├── crypt_register_prng.c │ │ │ │ │ │ ├── crypt_unregister_cipher.c │ │ │ │ │ │ ├── crypt_unregister_hash.c │ │ │ │ │ │ └── crypt_unregister_prng.c │ │ │ │ │ ├── error_to_string.c │ │ │ │ │ ├── pkcs5 │ │ │ │ │ │ ├── pkcs_5_1.c │ │ │ │ │ │ └── pkcs_5_2.c │ │ │ │ │ └── zeromem.c │ │ │ │ ├── modes │ │ │ │ │ ├── cbc │ │ │ │ │ │ ├── cbc_decrypt.c │ │ │ │ │ │ ├── cbc_done.c │ │ │ │ │ │ ├── cbc_encrypt.c │ │ │ │ │ │ ├── cbc_getiv.c │ │ │ │ │ │ ├── cbc_setiv.c │ │ │ │ │ │ └── cbc_start.c │ │ │ │ │ ├── cfb │ │ │ │ │ │ ├── cfb_decrypt.c │ │ │ │ │ │ ├── cfb_done.c │ │ │ │ │ │ ├── cfb_encrypt.c │ │ │ │ │ │ ├── cfb_getiv.c │ │ │ │ │ │ ├── cfb_setiv.c │ │ │ │ │ │ └── cfb_start.c │ │ │ │ │ ├── ctr │ │ │ │ │ │ ├── ctr_decrypt.c │ │ │ │ │ │ ├── ctr_done.c │ │ │ │ │ │ ├── ctr_encrypt.c │ │ │ │ │ │ ├── ctr_getiv.c │ │ │ │ │ │ ├── ctr_setiv.c │ │ │ │ │ │ ├── ctr_start.c │ │ │ │ │ │ └── ctr_test.c │ │ │ │ │ ├── ecb │ │ │ │ │ │ ├── ecb_decrypt.c │ │ │ │ │ │ ├── ecb_done.c │ │ │ │ │ │ ├── ecb_encrypt.c │ │ │ │ │ │ └── ecb_start.c │ │ │ │ │ ├── f8 │ │ │ │ │ │ ├── f8_decrypt.c │ │ │ │ │ │ ├── f8_done.c │ │ │ │ │ │ ├── f8_encrypt.c │ │ │ │ │ │ ├── f8_getiv.c │ │ │ │ │ │ ├── f8_setiv.c │ │ │ │ │ │ ├── f8_start.c │ │ │ │ │ │ └── f8_test_mode.c │ │ │ │ │ ├── lrw │ │ │ │ │ │ ├── lrw_decrypt.c │ │ │ │ │ │ ├── lrw_done.c │ │ │ │ │ │ ├── lrw_encrypt.c │ │ │ │ │ │ ├── lrw_getiv.c │ │ │ │ │ │ ├── lrw_process.c │ │ │ │ │ │ ├── lrw_setiv.c │ │ │ │ │ │ ├── lrw_start.c │ │ │ │ │ │ └── lrw_test.c │ │ │ │ │ ├── ofb │ │ │ │ │ │ ├── ofb_decrypt.c │ │ │ │ │ │ ├── ofb_done.c │ │ │ │ │ │ ├── ofb_encrypt.c │ │ │ │ │ │ ├── ofb_getiv.c │ │ │ │ │ │ ├── ofb_setiv.c │ │ │ │ │ │ └── ofb_start.c │ │ │ │ │ └── xts │ │ │ │ │ │ ├── xts_decrypt.c │ │ │ │ │ │ ├── xts_done.c │ │ │ │ │ │ ├── xts_encrypt.c │ │ │ │ │ │ ├── xts_init.c │ │ │ │ │ │ ├── xts_mult_x.c │ │ │ │ │ │ └── xts_test.c │ │ │ │ ├── pk │ │ │ │ │ ├── asn1 │ │ │ │ │ │ └── der │ │ │ │ │ │ │ ├── bit │ │ │ │ │ │ │ ├── der_decode_bit_string.c │ │ │ │ │ │ │ ├── der_encode_bit_string.c │ │ │ │ │ │ │ └── der_length_bit_string.c │ │ │ │ │ │ │ ├── boolean │ │ │ │ │ │ │ ├── der_decode_boolean.c │ │ │ │ │ │ │ ├── der_encode_boolean.c │ │ │ │ │ │ │ └── der_length_boolean.c │ │ │ │ │ │ │ ├── choice │ │ │ │ │ │ │ └── der_decode_choice.c │ │ │ │ │ │ │ ├── ia5 │ │ │ │ │ │ │ ├── der_decode_ia5_string.c │ │ │ │ │ │ │ ├── der_encode_ia5_string.c │ │ │ │ │ │ │ └── der_length_ia5_string.c │ │ │ │ │ │ │ ├── integer │ │ │ │ │ │ │ ├── der_decode_integer.c │ │ │ │ │ │ │ ├── der_encode_integer.c │ │ │ │ │ │ │ └── der_length_integer.c │ │ │ │ │ │ │ ├── object_identifier │ │ │ │ │ │ │ ├── der_decode_object_identifier.c │ │ │ │ │ │ │ ├── der_encode_object_identifier.c │ │ │ │ │ │ │ └── der_length_object_identifier.c │ │ │ │ │ │ │ ├── octet │ │ │ │ │ │ │ ├── der_decode_octet_string.c │ │ │ │ │ │ │ ├── der_encode_octet_string.c │ │ │ │ │ │ │ └── der_length_octet_string.c │ │ │ │ │ │ │ ├── printable_string │ │ │ │ │ │ │ ├── der_decode_printable_string.c │ │ │ │ │ │ │ ├── der_encode_printable_string.c │ │ │ │ │ │ │ └── der_length_printable_string.c │ │ │ │ │ │ │ ├── sequence │ │ │ │ │ │ │ ├── der_decode_sequence_ex.c │ │ │ │ │ │ │ ├── der_decode_sequence_flexi.c │ │ │ │ │ │ │ ├── der_decode_sequence_multi.c │ │ │ │ │ │ │ ├── der_encode_sequence_ex.c │ │ │ │ │ │ │ ├── der_encode_sequence_multi.c │ │ │ │ │ │ │ ├── der_length_sequence.c │ │ │ │ │ │ │ └── der_sequence_free.c │ │ │ │ │ │ │ ├── set │ │ │ │ │ │ │ ├── der_encode_set.c │ │ │ │ │ │ │ └── der_encode_setof.c │ │ │ │ │ │ │ ├── short_integer │ │ │ │ │ │ │ ├── der_decode_short_integer.c │ │ │ │ │ │ │ ├── der_encode_short_integer.c │ │ │ │ │ │ │ └── der_length_short_integer.c │ │ │ │ │ │ │ ├── utctime │ │ │ │ │ │ │ ├── der_decode_utctime.c │ │ │ │ │ │ │ ├── der_encode_utctime.c │ │ │ │ │ │ │ └── der_length_utctime.c │ │ │ │ │ │ │ └── utf8 │ │ │ │ │ │ │ ├── der_decode_utf8_string.c │ │ │ │ │ │ │ ├── der_encode_utf8_string.c │ │ │ │ │ │ │ └── der_length_utf8_string.c │ │ │ │ │ ├── dsa │ │ │ │ │ │ ├── dsa_decrypt_key.c │ │ │ │ │ │ ├── dsa_encrypt_key.c │ │ │ │ │ │ ├── dsa_export.c │ │ │ │ │ │ ├── dsa_free.c │ │ │ │ │ │ ├── dsa_import.c │ │ │ │ │ │ ├── dsa_make_key.c │ │ │ │ │ │ ├── dsa_shared_secret.c │ │ │ │ │ │ ├── dsa_sign_hash.c │ │ │ │ │ │ ├── dsa_verify_hash.c │ │ │ │ │ │ └── dsa_verify_key.c │ │ │ │ │ ├── ecc │ │ │ │ │ │ ├── ecc.c │ │ │ │ │ │ ├── ecc_ansi_x963_export.c │ │ │ │ │ │ ├── ecc_ansi_x963_import.c │ │ │ │ │ │ ├── ecc_decrypt_key.c │ │ │ │ │ │ ├── ecc_encrypt_key.c │ │ │ │ │ │ ├── ecc_export.c │ │ │ │ │ │ ├── ecc_free.c │ │ │ │ │ │ ├── ecc_get_size.c │ │ │ │ │ │ ├── ecc_import.c │ │ │ │ │ │ ├── ecc_make_key.c │ │ │ │ │ │ ├── ecc_shared_secret.c │ │ │ │ │ │ ├── ecc_sign_hash.c │ │ │ │ │ │ ├── ecc_sizes.c │ │ │ │ │ │ ├── ecc_test.c │ │ │ │ │ │ ├── ecc_verify_hash.c │ │ │ │ │ │ ├── ltc_ecc_is_valid_idx.c │ │ │ │ │ │ ├── ltc_ecc_map.c │ │ │ │ │ │ ├── ltc_ecc_mul2add.c │ │ │ │ │ │ ├── ltc_ecc_mulmod.c │ │ │ │ │ │ ├── ltc_ecc_mulmod_timing.c │ │ │ │ │ │ ├── ltc_ecc_points.c │ │ │ │ │ │ ├── ltc_ecc_projective_add_point.c │ │ │ │ │ │ └── ltc_ecc_projective_dbl_point.c │ │ │ │ │ ├── katja │ │ │ │ │ │ ├── katja_decrypt_key.c │ │ │ │ │ │ ├── katja_encrypt_key.c │ │ │ │ │ │ ├── katja_export.c │ │ │ │ │ │ ├── katja_exptmod.c │ │ │ │ │ │ ├── katja_free.c │ │ │ │ │ │ ├── katja_import.c │ │ │ │ │ │ └── katja_make_key.c │ │ │ │ │ ├── pkcs1 │ │ │ │ │ │ ├── pkcs_1_i2osp.c │ │ │ │ │ │ ├── pkcs_1_mgf1.c │ │ │ │ │ │ ├── pkcs_1_oaep_decode.c │ │ │ │ │ │ ├── pkcs_1_oaep_encode.c │ │ │ │ │ │ ├── pkcs_1_os2ip.c │ │ │ │ │ │ ├── pkcs_1_pss_decode.c │ │ │ │ │ │ ├── pkcs_1_pss_encode.c │ │ │ │ │ │ ├── pkcs_1_v1_5_decode.c │ │ │ │ │ │ └── pkcs_1_v1_5_encode.c │ │ │ │ │ └── rsa │ │ │ │ │ │ ├── rsa_decrypt_key.c │ │ │ │ │ │ ├── rsa_encrypt_key.c │ │ │ │ │ │ ├── rsa_export.c │ │ │ │ │ │ ├── rsa_exptmod.c │ │ │ │ │ │ ├── rsa_free.c │ │ │ │ │ │ ├── rsa_import.c │ │ │ │ │ │ ├── rsa_make_key.c │ │ │ │ │ │ ├── rsa_sign_hash.c │ │ │ │ │ │ └── rsa_verify_hash.c │ │ │ │ └── prngs │ │ │ │ │ ├── fortuna.c │ │ │ │ │ ├── rc4.c │ │ │ │ │ ├── rng_get_bytes.c │ │ │ │ │ ├── rng_make_prng.c │ │ │ │ │ ├── sober128.c │ │ │ │ │ ├── sober128tab.c │ │ │ │ │ ├── sprng.c │ │ │ │ │ └── yarrow.c │ │ │ ├── testbuild.sh │ │ │ ├── testme.sh │ │ │ ├── testprof │ │ │ │ ├── base64_test.c │ │ │ │ ├── cipher_hash_test.c │ │ │ │ ├── der_tests.c │ │ │ │ ├── dsa_test.c │ │ │ │ ├── ecc_test.c │ │ │ │ ├── katja_test.c │ │ │ │ ├── mac_test.c │ │ │ │ ├── makefile │ │ │ │ ├── makefile.icc │ │ │ │ ├── makefile.msvc │ │ │ │ ├── makefile.shared │ │ │ │ ├── modes_test.c │ │ │ │ ├── pkcs_1_test.c │ │ │ │ ├── rsa_test.c │ │ │ │ ├── store_test.c │ │ │ │ ├── test.der │ │ │ │ ├── test.key │ │ │ │ ├── test_driver.c │ │ │ │ ├── tomcrypt_test.h │ │ │ │ └── x86_prof.c │ │ │ └── updatemakes.sh │ │ └── key.asc │ └── ltc_gladman_xts │ │ ├── ltc_gladman_xts.h │ │ ├── ltc_gladman_xts_decrypt.c │ │ ├── ltc_gladman_xts_done.c │ │ ├── ltc_gladman_xts_encrypt.c │ │ ├── ltc_gladman_xts_init.c │ │ └── ltc_gladman_xts_mult_x.c ├── Common │ ├── CYPHER_DRIVERS │ │ ├── CYPHER_AES_Gladman │ │ │ ├── FreeOTFECypherAES_Gladman.c │ │ │ └── FreeOTFECypherAES_Gladman.h │ │ ├── CYPHER_AES_ltc │ │ │ ├── FreeOTFECypherAES_ltc.c │ │ │ └── FreeOTFECypherAES_ltc.h │ │ ├── CYPHER_BLOWFISH │ │ │ ├── FreeOTFECypherBlowfish.c │ │ │ └── FreeOTFECypherBlowfish.h │ │ ├── CYPHER_CAST5 │ │ │ ├── FreeOTFECypherCAST5.c │ │ │ └── FreeOTFECypherCAST5.h │ │ ├── CYPHER_CAST6_Gladman │ │ │ ├── FreeOTFECypherCAST6_Gladman.c │ │ │ └── FreeOTFECypherCAST6_Gladman.h │ │ ├── CYPHER_DES │ │ │ ├── FreeOTFECypherDES.c │ │ │ └── FreeOTFECypherDES.h │ │ ├── CYPHER_MARS_Gladman │ │ │ ├── FreeOTFECypherMARS_Gladman.c │ │ │ └── FreeOTFECypherMARS_Gladman.h │ │ ├── CYPHER_NULL │ │ │ ├── FreeOTFECypherNull.c │ │ │ └── FreeOTFECypherNull.h │ │ ├── CYPHER_RC6_Gladman │ │ │ ├── FreeOTFECypherRC6_Gladman.c │ │ │ └── FreeOTFECypherRC6_Gladman.h │ │ ├── CYPHER_RC6_ltc │ │ │ ├── FreeOTFECypherRC6_ltc.c │ │ │ └── FreeOTFECypherRC6_ltc.h │ │ ├── CYPHER_SERPENT_Gladman │ │ │ ├── FreeOTFECypherSerpent_Gladman.c │ │ │ └── FreeOTFECypherSerpent_Gladman.h │ │ ├── CYPHER_TWOFISH_Gladman │ │ │ ├── FreeOTFECypherTwofish_Gladman.c │ │ │ └── FreeOTFECypherTwofish_Gladman.h │ │ ├── CYPHER_TWOFISH_HifnCS │ │ │ ├── FreeOTFECypherTwofish_HifnCS.c │ │ │ └── FreeOTFECypherTwofish_HifnCS.h │ │ ├── CYPHER_TWOFISH_ltc │ │ │ ├── FreeOTFECypherTwofish_ltc.c │ │ │ └── FreeOTFECypherTwofish_ltc.h │ │ ├── CYPHER_XOR │ │ │ ├── FreeOTFECypherXOR.c │ │ │ └── FreeOTFECypherXOR.h │ │ └── Common │ │ │ ├── inc │ │ │ ├── FreeOTFECypherAPICommon.h │ │ │ └── FreeOTFECypherImpl.h │ │ │ └── src │ │ │ ├── FreeOTFECypherAPICommon.c │ │ │ └── FreeOTFECypherImpl.c │ ├── Common │ │ ├── images │ │ │ ├── DoxBox.ico │ │ │ ├── DoxBox128.png │ │ │ ├── DoxBox128red.ico │ │ │ ├── DoxBox128red.png │ │ │ ├── DoxBox128red.xcf │ │ │ ├── DoxBox16.png │ │ │ ├── DoxBox22.png │ │ │ ├── DoxBox32.png │ │ │ ├── DoxBox48.png │ │ │ ├── DoxBox64.png │ │ │ ├── FreeOTFE.ico │ │ │ ├── FreeOTFE.png │ │ │ ├── FreeOTFESmall.ico │ │ │ ├── btn_donate_LG.gif │ │ │ ├── decrypted16.png │ │ │ ├── decrypted22.png │ │ │ ├── decrypted32.png │ │ │ ├── decrypted48.png │ │ │ ├── encrypted16.png │ │ │ ├── encrypted22.png │ │ │ ├── encrypted32.png │ │ │ └── encrypted48.png │ │ ├── inc │ │ │ ├── FreeOTFEConsts.h │ │ │ ├── FreeOTFEDebug.h │ │ │ ├── FreeOTFENULLGUID.h │ │ │ ├── FreeOTFEPlatform.h │ │ │ ├── FreeOTFElib.h │ │ │ ├── SDUEndianIntegers.h │ │ │ ├── SDUGeneral.h │ │ │ ├── SDUHexDump.h │ │ │ ├── SDULinkedList.h │ │ │ ├── SDUi18n.h │ │ │ └── SDUi18n_GUI.h │ │ └── src │ │ │ ├── FreeOTFEDebug.c │ │ │ ├── FreeOTFENULLGUID.c │ │ │ ├── FreeOTFElib.c │ │ │ ├── SDUEndianIntegers.c │ │ │ ├── SDUGeneral.c │ │ │ ├── SDUHexDump.c │ │ │ ├── SDULinkedList.c │ │ │ ├── SDUi18n.c │ │ │ └── SDUi18n_GUI.c │ ├── DRIVER │ │ ├── inc │ │ │ ├── FreeOTFEAPIConstsCommon.h │ │ │ ├── FreeOTFEAPITypes.h │ │ │ ├── FreeOTFEBlockCalc.h │ │ │ ├── FreeOTFECallModuleFn.h │ │ │ ├── FreeOTFEContext.h │ │ │ ├── FreeOTFEDriverConstsCommon.h │ │ │ ├── FreeOTFEGenerateBlockIV.h │ │ │ ├── FreeOTFEKDFHashSaltedPassword.h │ │ │ ├── FreeOTFEKDFPBKDF2.h │ │ │ ├── FreeOTFEMACHMAC.h │ │ │ └── FreeOTFEMACHash.h │ │ └── src │ │ │ ├── FreeOTFEBlockCalc.c │ │ │ ├── FreeOTFECallModuleFn.c │ │ │ ├── FreeOTFEContext.c │ │ │ ├── FreeOTFEGenerateBlockIV.c │ │ │ ├── FreeOTFEKDFHashSaltedPassword.c │ │ │ ├── FreeOTFEKDFPBKDF2.c │ │ │ ├── FreeOTFEMACHMAC.c │ │ │ └── FreeOTFEMACHash.c │ └── HASH_DRIVERS │ │ ├── Common │ │ └── inc │ │ │ ├── FreeOTFEHashAPICommon.h │ │ │ └── FreeOTFEHashImpl.h │ │ ├── HASH_MD │ │ ├── FreeOTFEHashMD.c │ │ └── FreeOTFEHashMD.h │ │ ├── HASH_NULL │ │ ├── FreeOTFEHashNULL.c │ │ └── FreeOTFEHashNULL.h │ │ ├── HASH_RIPEMD │ │ ├── FreeOTFEHashRIPEMD.c │ │ └── FreeOTFEHashRIPEMD.h │ │ ├── HASH_SHA │ │ ├── FreeOTFEHashSHA.c │ │ └── FreeOTFEHashSHA.h │ │ ├── HASH_TIGER │ │ ├── FreeOTFEHashTiger.c │ │ └── FreeOTFEHashTiger.h │ │ └── HASH_WHIRLPOOL │ │ ├── FreeOTFEHashWhirlpool.c │ │ └── FreeOTFEHashWhirlpool.h ├── PC │ ├── drivers │ │ ├── CYPHER_DRIVERS │ │ │ ├── CYPHER_AES_Gladman │ │ │ │ ├── CYPHER_AES_Gladman.vcproj │ │ │ │ ├── CYPHER_AES_Gladman.vcxproj │ │ │ │ ├── CYPHER_AES_Gladman.vcxproj.filters │ │ │ │ ├── CYPHER_AES_Gladman.vcxproj.user │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherAES_Gladman.aps │ │ │ │ │ ├── FreeOTFECypherAES_Gladman.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── CYPHER_AES_ltc │ │ │ │ ├── CYPHER_AES_ltc.vcproj │ │ │ │ ├── CYPHER_AES_ltc.vcxproj │ │ │ │ ├── CYPHER_AES_ltc.vcxproj.filters │ │ │ │ ├── CYPHER_AES_ltc.vcxproj.user │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherAES_ltc.aps │ │ │ │ │ ├── FreeOTFECypherAES_ltc.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── CYPHER_BLOWFISH │ │ │ │ ├── CYPHER_BLOWFISH.vcproj │ │ │ │ ├── CYPHER_BLOWFISH.vcxproj │ │ │ │ ├── CYPHER_BLOWFISH.vcxproj.filters │ │ │ │ ├── CYPHER_BLOWFISH.vcxproj.user │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherBlowfish.aps │ │ │ │ │ ├── FreeOTFECypherBlowfish.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── CYPHER_CAST5 │ │ │ │ ├── CYPHER_CAST5.vcproj │ │ │ │ ├── CYPHER_CAST5.vcxproj │ │ │ │ ├── CYPHER_CAST5.vcxproj.filters │ │ │ │ ├── CYPHER_CAST5.vcxproj.user │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherCAST5.aps │ │ │ │ │ ├── FreeOTFECypherCAST5.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── CYPHER_CAST6_Gladman │ │ │ │ ├── CYPHER_CAST6_Gladman.vcproj │ │ │ │ ├── CYPHER_CAST6_Gladman.vcxproj │ │ │ │ ├── CYPHER_CAST6_Gladman.vcxproj.filters │ │ │ │ ├── CYPHER_CAST6_Gladman.vcxproj.user │ │ │ │ ├── _notes.txt │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherCAST6_Gladman.aps │ │ │ │ │ ├── FreeOTFECypherCAST6_Gladman.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── CYPHER_DES │ │ │ │ ├── CYPHER_DES.vcproj │ │ │ │ ├── CYPHER_DES.vcxproj │ │ │ │ ├── CYPHER_DES.vcxproj.filters │ │ │ │ ├── CYPHER_DES.vcxproj.user │ │ │ │ ├── _notes.txt │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherDES.aps │ │ │ │ │ ├── FreeOTFECypherDES.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── CYPHER_MARS_Gladman │ │ │ │ ├── CYPHER_MARS_Gladman.vcproj │ │ │ │ ├── CYPHER_MARS_Gladman.vcxproj │ │ │ │ ├── CYPHER_MARS_Gladman.vcxproj.filters │ │ │ │ ├── CYPHER_MARS_Gladman.vcxproj.user │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherMARS_Gladman.aps │ │ │ │ │ ├── FreeOTFECypherMARS_Gladman.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── CYPHER_NULL │ │ │ │ ├── CYPHER_NULL.vcproj │ │ │ │ ├── CYPHER_NULL.vcxproj │ │ │ │ ├── CYPHER_NULL.vcxproj.filters │ │ │ │ ├── CYPHER_NULL.vcxproj.user │ │ │ │ ├── _notes.txt │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherNull.aps │ │ │ │ │ ├── FreeOTFECypherNull.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── CYPHER_RC6_Gladman │ │ │ │ ├── CYPHER_RC6_Gladman.vcproj │ │ │ │ ├── CYPHER_RC6_Gladman.vcxproj │ │ │ │ ├── CYPHER_RC6_Gladman.vcxproj.filters │ │ │ │ ├── CYPHER_RC6_Gladman.vcxproj.user │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherRC6_Gladman.aps │ │ │ │ │ ├── FreeOTFECypherRC6_Gladman.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── CYPHER_RC6_ltc │ │ │ │ ├── CYPHER_RC6_ltc.vcproj │ │ │ │ ├── CYPHER_RC6_ltc.vcxproj │ │ │ │ ├── CYPHER_RC6_ltc.vcxproj.filters │ │ │ │ ├── CYPHER_RC6_ltc.vcxproj.user │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherRC6_ltc.aps │ │ │ │ │ ├── FreeOTFECypherRC6_ltc.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── CYPHER_SERPENT_Gladman │ │ │ │ ├── CYPHER_SERPENT_Gladman.vcproj │ │ │ │ ├── CYPHER_SERPENT_Gladman.vcxproj │ │ │ │ ├── CYPHER_SERPENT_Gladman.vcxproj.filters │ │ │ │ ├── CYPHER_SERPENT_Gladman.vcxproj.user │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherSerpent_Gladman.aps │ │ │ │ │ ├── FreeOTFECypherSerpent_Gladman.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── CYPHER_TWOFISH_Gladman │ │ │ │ ├── CYPHER_TWOFISH_Gladman.vcproj │ │ │ │ ├── CYPHER_TWOFISH_Gladman.vcxproj │ │ │ │ ├── CYPHER_TWOFISH_Gladman.vcxproj.filters │ │ │ │ ├── CYPHER_TWOFISH_Gladman.vcxproj.user │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherTwofish_Gladman.aps │ │ │ │ │ ├── FreeOTFECypherTwofish_Gladman.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── CYPHER_TWOFISH_HifnCS │ │ │ │ ├── CYPHER_TWOFISH_HifnCS.vcproj │ │ │ │ ├── CYPHER_TWOFISH_HifnCS.vcxproj │ │ │ │ ├── CYPHER_TWOFISH_HifnCS.vcxproj.filters │ │ │ │ ├── CYPHER_TWOFISH_HifnCS.vcxproj.user │ │ │ │ ├── _notes.txt │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherTwofish_HifnCS.aps │ │ │ │ │ ├── FreeOTFECypherTwofish_HifnCS.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── CYPHER_TWOFISH_ltc │ │ │ │ ├── CYPHER_TWOFISH_ltc.vcproj │ │ │ │ ├── CYPHER_TWOFISH_ltc.vcxproj │ │ │ │ ├── CYPHER_TWOFISH_ltc.vcxproj.filters │ │ │ │ ├── CYPHER_TWOFISH_ltc.vcxproj.user │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherTwofish_ltc.aps │ │ │ │ │ ├── FreeOTFECypherTwofish_ltc.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── CYPHER_XOR │ │ │ │ ├── CYPHER_XOR.vcproj │ │ │ │ ├── CYPHER_XOR.vcxproj │ │ │ │ ├── CYPHER_XOR.vcxproj.filters │ │ │ │ ├── CYPHER_XOR.vcxproj.user │ │ │ │ ├── _notes.txt │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFECypherXOR.aps │ │ │ │ │ ├── FreeOTFECypherXOR.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ └── Common │ │ │ │ ├── inc │ │ │ │ ├── FreeOTFECypherAPI.h │ │ │ │ └── FreeOTFECypherDriver.h │ │ │ │ └── src │ │ │ │ └── FreeOTFECypherDriver.c │ │ ├── Common │ │ │ ├── bin │ │ │ │ ├── copy_common_driver_files.bat │ │ │ │ ├── copy_common_hash_driver_files.bat │ │ │ │ ├── copy_lrw_driver_files.bat │ │ │ │ ├── copy_xts_driver_files.bat │ │ │ │ ├── delete_common_driver_files.bat │ │ │ │ ├── delete_common_hash_driver_files.bat │ │ │ │ ├── delete_lrw_driver_files.bat │ │ │ │ ├── delete_xts_driver_files.bat │ │ │ │ ├── setup_env_common.bat │ │ │ │ └── setup_env_driver.bat │ │ │ ├── inc │ │ │ │ └── FreeOTFEDriverlib.h │ │ │ └── src │ │ │ │ └── FreeOTFEDriverlib.c │ │ ├── DRIVER │ │ │ ├── DRIVER.vcproj │ │ │ ├── DRIVER.vcxproj │ │ │ ├── DRIVER.vcxproj.filters │ │ │ ├── inc │ │ │ │ ├── FreeOTFEAPI.h │ │ │ │ └── FreeOTFEAPIConsts.h │ │ │ ├── my_build_sys.bat │ │ │ └── src │ │ │ │ ├── FreeOTFE.aps │ │ │ │ ├── FreeOTFE.c │ │ │ │ ├── FreeOTFE.h │ │ │ │ ├── FreeOTFE.rc │ │ │ │ ├── IFSRelated.h │ │ │ │ ├── MAKEFILE │ │ │ │ ├── resource.h │ │ │ │ └── sources │ │ ├── FreeOTFE.sln │ │ ├── FreeOTFE.sln.old │ │ ├── FreeOTFE.suo.old │ │ ├── HASH_DRIVERS │ │ │ ├── Common │ │ │ │ ├── inc │ │ │ │ │ ├── FreeOTFEHashAPI.h │ │ │ │ │ └── FreeOTFEHashDriver.h │ │ │ │ └── src │ │ │ │ │ └── FreeOTFEHashDriver.c │ │ │ ├── HASH_MD │ │ │ │ ├── HASH_MD.vcproj │ │ │ │ ├── HASH_MD.vcxproj │ │ │ │ ├── HASH_MD.vcxproj.filters │ │ │ │ ├── HASH_MD.vcxproj.user │ │ │ │ ├── _notes.txt │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFEHashMD.aps │ │ │ │ │ ├── FreeOTFEHashMD.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── HASH_NULL │ │ │ │ ├── HASH_NULL.vcproj │ │ │ │ ├── HASH_NULL.vcxproj │ │ │ │ ├── HASH_NULL.vcxproj.filters │ │ │ │ ├── HASH_NULL.vcxproj.user │ │ │ │ ├── _notes.txt │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFEHashNull.aps │ │ │ │ │ ├── FreeOTFEHashNull.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── HASH_RIPEMD │ │ │ │ ├── HASH_RIPEMD.vcproj │ │ │ │ ├── HASH_RIPEMD.vcxproj │ │ │ │ ├── HASH_RIPEMD.vcxproj.filters │ │ │ │ ├── HASH_RIPEMD.vcxproj.user │ │ │ │ ├── _notes.txt │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFEHashRIPEMD.aps │ │ │ │ │ ├── FreeOTFEHashRIPEMD.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── HASH_SHA │ │ │ │ ├── HASH_SHA.vcproj │ │ │ │ ├── HASH_SHA.vcxproj │ │ │ │ ├── HASH_SHA.vcxproj.filters │ │ │ │ ├── HASH_SHA.vcxproj.user │ │ │ │ ├── _notes.txt │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFEHashSHA.aps │ │ │ │ │ ├── FreeOTFEHashSHA.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ ├── HASH_TIGER │ │ │ │ ├── HASH_TIGER.vcproj │ │ │ │ ├── HASH_TIGER.vcxproj │ │ │ │ ├── HASH_TIGER.vcxproj.filters │ │ │ │ ├── HASH_TIGER.vcxproj.user │ │ │ │ ├── _notes.txt │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFEHashTiger.aps │ │ │ │ │ ├── FreeOTFEHashTiger.rc │ │ │ │ │ ├── MAKEFILE │ │ │ │ │ ├── resource.h │ │ │ │ │ └── sources │ │ │ └── HASH_WHIRLPOOL │ │ │ │ ├── HASH_WHIRLPOOL.vcproj │ │ │ │ ├── HASH_WHIRLPOOL.vcxproj │ │ │ │ ├── HASH_WHIRLPOOL.vcxproj.filters │ │ │ │ ├── HASH_WHIRLPOOL.vcxproj.user │ │ │ │ ├── _notes.txt │ │ │ │ ├── my_build_sys.bat │ │ │ │ └── src │ │ │ │ ├── FreeOTFEHashWhirlpool.aps │ │ │ │ ├── FreeOTFEHashWhirlpool.rc │ │ │ │ ├── MAKEFILE │ │ │ │ ├── resource.h │ │ │ │ └── sources │ │ ├── build_all_amd.bat │ │ ├── build_all_x86.bat │ │ └── sign_all.bat │ └── gui │ │ ├── PC_GUIs.bpg │ │ ├── PC_GUIs.groupproj │ │ ├── TestApps │ │ ├── TestPasswodFrameP.dpr │ │ ├── TestPasswodFrameP.dproj │ │ ├── TestPasswordFrame.dfm │ │ └── TestPasswordFrame.pas │ │ ├── common │ │ ├── CommonConsts.pas │ │ ├── CommonSettings.pas │ │ ├── Filesystem │ │ │ ├── SDFATBootSectorPropertiesDlg.dfm │ │ │ ├── SDFATBootSectorPropertiesDlg.pas │ │ │ ├── SDFilesystem.pas │ │ │ ├── SDFilesystemCtrls_ColDetails.dfm │ │ │ ├── SDFilesystemCtrls_ColDetails.pas │ │ │ ├── SDFilesystem_FAT.pas │ │ │ ├── SDFilesystem_Local.pas │ │ │ ├── SDPartitionImage.pas │ │ │ └── SDPartitionImage_File.pas │ │ ├── LUKSTools.pas │ │ ├── OTFE │ │ │ ├── AFSplitMerge.pas │ │ │ ├── OTFE │ │ │ │ ├── OTFEConsts_U.pas │ │ │ │ ├── OTFE_U.pas │ │ │ │ └── dummy.txt │ │ │ ├── OTFEBestCrypt │ │ │ │ ├── OTFEBestCrypt_U.pas │ │ │ │ └── dummy.txt │ │ │ ├── OTFEE4M │ │ │ │ ├── OTFEE4MScramDiskPasswordEntry_U.dfm │ │ │ │ └── OTFEE4MScramDiskPasswordEntry_U.pas │ │ │ ├── OTFEFreeOTFE │ │ │ │ ├── DriverAPI.pas │ │ │ │ ├── DriverControl.pas │ │ │ │ ├── FreeOTFECypherDriverAPI.pas │ │ │ │ ├── FreeOTFEDLLCypherAPI.pas │ │ │ │ ├── FreeOTFEDLLHashAPI.pas │ │ │ │ ├── FreeOTFEDLLMainAPI.pas │ │ │ │ ├── FreeOTFEHashDriverAPI.pas │ │ │ │ ├── OBSOLETE_frmWizardCreateVolumeAdvanced.dfm │ │ │ │ ├── OBSOLETE_frmWizardCreateVolumeAdvanced.pas │ │ │ │ ├── OTFEFreeOTFEDLL_U.dcr │ │ │ │ ├── OTFEFreeOTFEDLL_U.pas │ │ │ │ ├── OTFEFreeOTFE_LUKSAPI.pas │ │ │ │ ├── OTFEFreeOTFE_U.dcr │ │ │ │ ├── OTFEFreeOTFE_U.pas │ │ │ │ ├── PKCS11Lib.pas │ │ │ │ ├── PartitionImageDLL.pas │ │ │ │ ├── VolumeFileAPI.pas │ │ │ │ ├── cryptlib.pas │ │ │ │ ├── fmeDiskPartitionsPanel.dfm │ │ │ │ ├── fmeDiskPartitionsPanel.pas │ │ │ │ ├── fmeLUKSKeyOrKeyfileEntry.dfm │ │ │ │ ├── fmeLUKSKeyOrKeyfileEntry.pas │ │ │ │ ├── fmePKCS11_MgrBase.dfm │ │ │ │ ├── fmePKCS11_MgrBase.pas │ │ │ │ ├── fmePKCS11_MgrKeyfile.dfm │ │ │ │ ├── fmePKCS11_MgrKeyfile.pas │ │ │ │ ├── fmePKCS11_MgrSecretKey.dfm │ │ │ │ ├── fmePKCS11_MgrSecretKey.pas │ │ │ │ ├── fmeSelectPartition.dfm │ │ │ │ ├── fmeSelectPartition.pas │ │ │ │ ├── fmeVolumeSelect.dfm │ │ │ │ ├── fmeVolumeSelect.pas │ │ │ │ ├── frmCreateFreeOTFEVolume.dfm │ │ │ │ ├── frmCreateFreeOTFEVolume.pas │ │ │ │ ├── frmCypherInfo.dfm │ │ │ │ ├── frmCypherInfo.pas │ │ │ │ ├── frmDriverControl.dfm │ │ │ │ ├── frmDriverControl.pas │ │ │ │ ├── frmHashInfo.dfm │ │ │ │ ├── frmHashInfo.pas │ │ │ │ ├── frmKeyEntryFreeOTFE.dfm │ │ │ │ ├── frmKeyEntryFreeOTFE.pas │ │ │ │ ├── frmKeyEntryLUKS.dfm │ │ │ │ ├── frmKeyEntryLUKS.pas │ │ │ │ ├── frmKeyEntryPlainLinux.dfm │ │ │ │ ├── frmKeyEntryPlainLinux.pas │ │ │ │ ├── frmNewVolumeSize.dfm │ │ │ │ ├── frmNewVolumeSize.pas │ │ │ │ ├── frmPKCS11Management.dfm │ │ │ │ ├── frmPKCS11Management.pas │ │ │ │ ├── frmPKCS11NewSecretKey.dfm │ │ │ │ ├── frmPKCS11NewSecretKey.pas │ │ │ │ ├── frmPKCS11Session.dfm │ │ │ │ ├── frmPKCS11Session.pas │ │ │ │ ├── frmSelectHashCypher.dfm │ │ │ │ ├── frmSelectHashCypher.pas │ │ │ │ ├── frmSelectPartition.dfm │ │ │ │ ├── frmSelectPartition.pas │ │ │ │ ├── frmSelectVolumeAndOffset.dfm │ │ │ │ ├── frmSelectVolumeAndOffset.pas │ │ │ │ ├── frmSelectVolumeType.dfm │ │ │ │ ├── frmSelectVolumeType.pas │ │ │ │ ├── frmUserSelectPartitionSimple.dfm │ │ │ │ ├── frmUserSelectPartitionSimple.pas │ │ │ │ ├── frmWizard.dfm │ │ │ │ ├── frmWizard.pas │ │ │ │ ├── frmWizardChangePasswordCreateKeyfile.dfm │ │ │ │ └── frmWizardChangePasswordCreateKeyfile.pas │ │ │ ├── OTFEFreeOTFEBase_U.pas │ │ │ ├── OTFEScramDisk │ │ │ │ ├── OTFEScramDiskPasswordEntry_U.dfm │ │ │ │ └── OTFEScramDiskPasswordEntry_U.pas │ │ │ ├── OTFETrueCrypt │ │ │ │ ├── OTFETrueCryptMountDevice9x_U.dfm │ │ │ │ ├── OTFETrueCryptMountDevice9x_U.pas │ │ │ │ ├── OTFETrueCryptMountDeviceNT_U.dfm │ │ │ │ ├── OTFETrueCryptMountDeviceNT_U.pas │ │ │ │ ├── OTFETrueCryptMountDevice_U.pas │ │ │ │ ├── OTFETrueCryptPasswordEntry_U.dfm │ │ │ │ ├── OTFETrueCryptPasswordEntry_U.pas │ │ │ │ ├── OTFETrueCryptStructures_U.pas │ │ │ │ ├── OTFETrueCrypt_U.pas │ │ │ │ └── dummy.txt │ │ │ └── SDURandPool.pas │ │ ├── PartitionTools.pas │ │ ├── SDUForms.dfm │ │ ├── SDUForms.pas │ │ ├── SDUFrames.dfm │ │ ├── SDUFrames.pas │ │ ├── SDeanSecurity │ │ │ ├── AFSplitter │ │ │ │ └── AFSplitter.pas │ │ │ ├── HMAC │ │ │ │ ├── HMAC.pas │ │ │ │ └── docs │ │ │ │ │ ├── fips-198a.pdf │ │ │ │ │ ├── rfc2104.txt │ │ │ │ │ └── rfc2202.txt │ │ │ ├── KeyboardDialog │ │ │ │ ├── KeyboardDialog_U.dcr │ │ │ │ ├── KeyboardDialog_U.pas │ │ │ │ ├── KeyboardEntryDlg_U.dfm │ │ │ │ └── KeyboardEntryDlg_U.pas │ │ │ ├── MSCryptoAPI │ │ │ │ ├── MSCryptoAPI.pas │ │ │ │ └── _notes.txt │ │ │ ├── MouseRNGDialog │ │ │ │ ├── MouseRNGCaptureDlg_U.dfm │ │ │ │ ├── MouseRNGCaptureDlg_U.pas │ │ │ │ ├── MouseRNGDialog_U.dcr │ │ │ │ └── MouseRNGDialog_U.pas │ │ │ ├── PKCS#11 │ │ │ │ ├── PKCS11KnownLibs.pas │ │ │ │ ├── PKCS11LibrarySelectDlg.dfm │ │ │ │ ├── PKCS11LibrarySelectDlg.pas │ │ │ │ ├── pkcs11_api.pas │ │ │ │ ├── pkcs11_attribute.pas │ │ │ │ ├── pkcs11_library.pas │ │ │ │ ├── pkcs11_mechanism.pas │ │ │ │ ├── pkcs11_object.pas │ │ │ │ ├── pkcs11_session.pas │ │ │ │ ├── pkcs11_slot.pas │ │ │ │ ├── pkcs11_slot_event_thread.pas │ │ │ │ ├── pkcs11_token.pas │ │ │ │ ├── pkcs11f.pas │ │ │ │ └── pkcs11t.pas │ │ │ └── Shredder │ │ │ │ ├── Shredder.dcr │ │ │ │ ├── Shredder.pas │ │ │ │ ├── docs │ │ │ │ ├── Gutmann │ │ │ │ │ ├── msg00466.html │ │ │ │ │ └── secure_del.html │ │ │ │ ├── NISPOM (US DoD 5220.22-M) │ │ │ │ │ ├── chapt8.htm │ │ │ │ │ ├── clearing_and_sanitization_matrix.pdf │ │ │ │ │ ├── download_nispom.html │ │ │ │ │ ├── download_nispom_files │ │ │ │ │ │ ├── dss.css │ │ │ │ │ │ ├── dss_main.js │ │ │ │ │ │ ├── facil_clear_banner.jpg │ │ │ │ │ │ └── topbanner_seta.jpg │ │ │ │ │ ├── nispom.htm │ │ │ │ │ ├── nispom06.html │ │ │ │ │ ├── nispom06_files │ │ │ │ │ │ ├── disco_org_chart.htm │ │ │ │ │ │ ├── dss.css │ │ │ │ │ │ ├── dss_main.js │ │ │ │ │ │ ├── odaa.jpg │ │ │ │ │ │ └── topbanner_seta.jpg │ │ │ │ │ ├── nispom2006-5220.pdf │ │ │ │ │ └── nispom_files │ │ │ │ │ │ └── show_ads.js │ │ │ │ ├── RCMP │ │ │ │ │ ├── dsx-faq_e.pdf │ │ │ │ │ ├── dsx-userguide_e.pdf │ │ │ │ │ └── g2-003_e.pdf │ │ │ │ └── sources.txt │ │ │ │ ├── frmFileList.dfm │ │ │ │ └── frmFileList.pas │ │ ├── SDeanUtils │ │ │ ├── SDUAboutDlg.dfm │ │ │ ├── SDUAboutDlg.pas │ │ │ ├── SDUBase64.pas │ │ │ ├── SDUBlocksPanel.dcr │ │ │ ├── SDUClasses.pas │ │ │ ├── SDUDirIterator_U.dcr │ │ │ ├── SDUDirIterator_U.pas │ │ │ ├── SDUDiskPropertiesDlg.dfm │ │ │ ├── SDUDiskPropertiesDlg.pas │ │ │ ├── SDUEndianIntegers.pas │ │ │ ├── SDUFilenameEdit_U.dfm │ │ │ ├── SDUFilenameEdit_U.pas │ │ │ ├── SDUGeneral.pas │ │ │ ├── SDUGraphics.pas │ │ │ ├── SDUHTTPServer.pas │ │ │ ├── SDULogger_U.pas │ │ │ ├── SDUMRUList.pas │ │ │ ├── SDUNetMsg.pas │ │ │ ├── SDUObjectManager.pas │ │ │ ├── SDUPartitionPropertiesDlg.dfm │ │ │ ├── SDUPartitionPropertiesDlg.pas │ │ │ ├── SDURegistry.pas │ │ │ ├── SDUSysUtils.pas │ │ │ ├── SDUWebDav.pas │ │ │ ├── SDUWinHTTP.pas │ │ │ ├── SDUWinHttp_API.pas │ │ │ ├── SDUWindows.pas │ │ │ ├── SDUWindows64.pas │ │ │ ├── SDUi18n.pas │ │ │ ├── SDUi18n_mo.pas │ │ │ ├── dlgProgress.dfm │ │ │ ├── dlgProgress.pas │ │ │ ├── fmeSDUBlocks.dfm │ │ │ ├── fmeSDUBlocks.pas │ │ │ ├── fmeSDUDiskPartitions.dcr │ │ │ ├── fmeSDUDiskPartitions.dfm │ │ │ ├── fmeSDUDiskPartitions.pas │ │ │ └── lcDialogs.pas │ │ ├── cursors │ │ │ ├── Drag_Copy.cur │ │ │ └── Drag_Move.cur │ │ ├── fmeAutorunOptions.dfm │ │ ├── fmeAutorunOptions.pas │ │ ├── fmeBaseOptions.dfm │ │ ├── fmeBaseOptions.pas │ │ ├── fmeContainerSize.dfm │ │ ├── fmeContainerSize.pas │ │ ├── fmeNewPassword.dfm │ │ ├── fmeNewPassword.pas │ │ ├── fmePassword.dfm │ │ ├── fmePassword.pas │ │ ├── fmePkcs11Options.dfm │ │ ├── fmePkcs11Options.pas │ │ ├── frmAbout.dfm │ │ ├── frmAbout.pas │ │ ├── frmCommonMain.dfm │ │ ├── frmCommonMain.pas │ │ ├── frmCommonOptions.dfm │ │ ├── frmCommonOptions.pas │ │ ├── frmCypherReport.dfm │ │ ├── frmCypherReport.pas │ │ ├── frmFreeOTFEHdrDump.dfm │ │ ├── frmFreeOTFEHdrDump.pas │ │ ├── frmGridReport.dfm │ │ ├── frmGridReport.pas │ │ ├── frmHashReport.dfm │ │ ├── frmHashReport.pas │ │ ├── frmHdrBackupRestore.dfm │ │ ├── frmHdrBackupRestore.pas │ │ ├── frmHdrDump.dfm │ │ ├── frmHdrDump.pas │ │ ├── frmInstallOnUSBDrive.dfm │ │ ├── frmInstallOnUSBDrive.pas │ │ ├── frmLUKSHdrDump.dfm │ │ ├── frmLUKSHdrDump.pas │ │ ├── frmVersionCheck.dfm │ │ ├── frmVersionCheck.pas │ │ ├── images │ │ │ ├── Button_File.bmp │ │ │ ├── Button_Partition.bmp │ │ │ ├── OverlayPKCS11_Token.ico │ │ │ ├── OverlayTux.ico │ │ │ ├── PKCS11_Token.bmp │ │ │ ├── SystemTray_FreeOTFEMounted.ico │ │ │ ├── Toolbar_Large_Dismount.bmp │ │ │ ├── Toolbar_Large_DismountAll.bmp │ │ │ ├── Toolbar_Large_Drive.bmp │ │ │ ├── Toolbar_Large_DriveX2.bmp │ │ │ ├── Toolbar_Large_Extract.bmp │ │ │ ├── Toolbar_Large_Extract2.bmp │ │ │ ├── Toolbar_Large_MS_Back.bmp │ │ │ ├── Toolbar_Large_MS_CopyTo.bmp │ │ │ ├── Toolbar_Large_MS_Delete.bmp │ │ │ ├── Toolbar_Large_MS_Folders.bmp │ │ │ ├── Toolbar_Large_MS_Forward.bmp │ │ │ ├── Toolbar_Large_MS_MoveTo.bmp │ │ │ ├── Toolbar_Large_MS_Properties.bmp │ │ │ ├── Toolbar_Large_MS_Up.bmp │ │ │ ├── Toolbar_Large_MS_Views.bmp │ │ │ ├── Toolbar_Large_New.bmp │ │ │ ├── Toolbar_Large_Open.bmp │ │ │ ├── Toolbar_Large_OpenPartition.bmp │ │ │ ├── Toolbar_Large_Store.bmp │ │ │ ├── Toolbar_Large_Store2.bmp │ │ │ ├── Toolbar_Large_World.bmp │ │ │ ├── Toolbar_Small_Back.bmp │ │ │ ├── Toolbar_Small_CopyTo.bmp │ │ │ ├── Toolbar_Small_Delete.bmp │ │ │ ├── Toolbar_Small_Dismount.bmp │ │ │ ├── Toolbar_Small_DismountAll.bmp │ │ │ ├── Toolbar_Small_Extract.bmp │ │ │ ├── Toolbar_Small_Extract2.bmp │ │ │ ├── Toolbar_Small_Folders.bmp │ │ │ ├── Toolbar_Small_Forward.bmp │ │ │ ├── Toolbar_Small_MoveTo.bmp │ │ │ ├── Toolbar_Small_New.bmp │ │ │ ├── Toolbar_Small_Open.bmp │ │ │ ├── Toolbar_Small_OpenPartition_16.bmp │ │ │ ├── Toolbar_Small_OpenPartition_256.bmp │ │ │ ├── Toolbar_Small_Properties.bmp │ │ │ ├── Toolbar_Small_Store.bmp │ │ │ ├── Toolbar_Small_Store2.bmp │ │ │ ├── Toolbar_Small_Up.bmp │ │ │ ├── Toolbar_Small_Views.bmp │ │ │ ├── Toolbar_Small_World.bmp │ │ │ ├── Tux16.ico │ │ │ ├── _notes.txt │ │ │ ├── base.bmp │ │ │ └── base2.bmp │ │ ├── lcCommandLine.pas │ │ ├── lcConsts.pas │ │ ├── lcDebugLog.pas │ │ └── lcTypes.pas │ │ ├── explorer │ │ ├── CheckFilesystem.pas │ │ ├── ExplorerSettings.pas │ │ ├── ExplorerWebDAV.pas │ │ ├── FreeOTFEExplorer.cfg │ │ ├── FreeOTFEExplorer.dof │ │ ├── FreeOTFEExplorer.ico │ │ ├── FreeOTFEExplorer.res │ │ ├── FreeOTFEExplorerCursors.res │ │ ├── LibreCryptExplorer.dpr │ │ ├── LibreCryptExplorer.dproj │ │ ├── OBSOLETE_FreeOTFEExplorerConsts.pas │ │ ├── fmeAdvancedExplorerOptions.dfm │ │ ├── fmeAdvancedExplorerOptions.pas │ │ ├── fmeCommonExplorerOptions.dfm │ │ ├── fmeCommonExplorerOptions.pas │ │ ├── fmeExplorerOptions.dfm │ │ ├── fmeExplorerOptions.pas │ │ ├── fmeExplorerWebDAVOptions.dfm │ │ ├── fmeExplorerWebDAVOptions.pas │ │ ├── frmDirProperties.dfm │ │ ├── frmDirProperties.pas │ │ ├── frmExplorerMain.dfm │ │ ├── frmExplorerMain.pas │ │ ├── frmExplorerOptions.dfm │ │ ├── frmExplorerOptions.pas │ │ ├── frmFileProperties.dfm │ │ ├── frmFileProperties.pas │ │ ├── frmMultipleProperties.dfm │ │ ├── frmMultipleProperties.pas │ │ ├── frmNewDirDlg.dfm │ │ ├── frmNewDirDlg.pas │ │ ├── frmOverwritePrompt.dfm │ │ ├── frmOverwritePrompt.pas │ │ ├── frmProperties.dfm │ │ ├── frmProperties.pas │ │ ├── frmSelectCopyOrMove.dfm │ │ ├── frmSelectCopyOrMove.pas │ │ ├── frmSelectDirectory.dfm │ │ ├── frmSelectDirectory.pas │ │ ├── frmVolumeProperties.dfm │ │ ├── frmVolumeProperties.pas │ │ ├── frmWebDAVStatus.dfm │ │ └── frmWebDAVStatus.pas │ │ ├── main │ │ ├── FreeOTFE.cfg │ │ ├── FreeOTFE.dof │ │ ├── FreeOTFESystemTrayIcons.dcr │ │ ├── LibreCrypt.dpr │ │ ├── LibreCrypt.dproj │ │ ├── MainSettings.pas │ │ ├── fmeAdvancedOptions.dfm │ │ ├── fmeAdvancedOptions.pas │ │ ├── fmeGeneralOptions.dfm │ │ ├── fmeGeneralOptions.pas │ │ ├── fmeHotKeysOptions.dfm │ │ ├── fmeHotKeysOptions.pas │ │ ├── fmeLcOptions.dfm │ │ ├── fmeLcOptions.pas │ │ ├── fmeSystemTrayOptions.dfm │ │ ├── fmeSystemTrayOptions.pas │ │ ├── frmCreateLUKSVolumeWizard.dfm │ │ ├── frmCreateLUKSVolumeWizard.pas │ │ ├── frmMain.dfm │ │ ├── frmMain.pas │ │ ├── frmOptions.dfm │ │ ├── frmOptions.pas │ │ ├── frmSelectOverwriteMethod.dfm │ │ ├── frmSelectOverwriteMethod.pas │ │ ├── frmVolProperties.dfm │ │ └── frmVolProperties.pas │ │ └── translation │ │ ├── cs │ │ └── default.po │ │ ├── de │ │ └── default.po │ │ ├── el │ │ └── default.po │ │ ├── es │ │ ├── default.po │ │ └── default2.po │ │ ├── fr │ │ └── default.po │ │ ├── hr │ │ └── default.po │ │ ├── ignore.po │ │ ├── it │ │ └── default.po │ │ ├── jp │ │ └── default.po │ │ ├── ru │ │ └── default.po │ │ ├── zh-cn │ │ └── default.po │ │ └── zh-tw │ │ └── default.po ├── PDA │ ├── Common │ │ ├── inc │ │ │ ├── FreeOTFE4PDAAPI.h │ │ │ ├── FreeOTFE4PDARegistry.h │ │ │ └── FreeOTFE4PDAlib.h │ │ └── src │ │ │ ├── FreeOTFE4PDARegistry.c │ │ │ └── FreeOTFE4PDAlib.c │ ├── DoxBoxDLLs.sln │ ├── drivers │ │ ├── CYPHER_DRIVERS │ │ │ ├── CYPHER_AES_Gladman │ │ │ │ ├── CYPHER_AES_Gladman.sln │ │ │ │ ├── CYPHER_AES_Gladman.vcproj │ │ │ │ ├── CYPHER_AES_Gladman.vcxproj │ │ │ │ ├── CYPHER_AES_Gladman.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFE4PDACypherAES_Gladman.rc │ │ │ │ │ └── resource.h │ │ │ ├── CYPHER_AES_ltc │ │ │ │ ├── CYPHER_AES_ltc.sln │ │ │ │ ├── CYPHER_AES_ltc.vcxproj │ │ │ │ ├── C_AES_ltc - Copy.vcxproj │ │ │ │ ├── C_AES_ltc.sln │ │ │ │ ├── C_AES_ltc.vcproj │ │ │ │ ├── C_AES_ltc.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFE4PDACypherAES_ltc.rc │ │ │ │ │ └── resource.h │ │ │ ├── CYPHER_BLOWFISH │ │ │ │ ├── CYPHER_BLOWFISH.sln │ │ │ │ ├── CYPHER_BLOWFISH.vcproj │ │ │ │ ├── CYPHER_BLOWFISH.vcxproj │ │ │ │ ├── CYPHER_BLOWFISH.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFE4PDACypherBlowfish.rc │ │ │ │ │ └── resource.h │ │ │ ├── CYPHER_CAST5 │ │ │ │ ├── CYPHER_CAST5.sln │ │ │ │ ├── CYPHER_CAST5.vcproj │ │ │ │ ├── CYPHER_CAST5.vcxproj │ │ │ │ ├── CYPHER_CAST5.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFE4PDACypherCAST5.rc │ │ │ │ │ └── resource.h │ │ │ ├── CYPHER_CAST6_Gladman │ │ │ │ ├── CYPHER_CAST6_Gladman.sln │ │ │ │ ├── CYPHER_CAST6_Gladman.vcproj │ │ │ │ ├── CYPHER_CAST6_Gladman.vcxproj │ │ │ │ ├── CYPHER_CAST6_Gladman.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFE4PDACypherCAST6_Gladman.rc │ │ │ │ │ └── resource.h │ │ │ ├── CYPHER_DES │ │ │ │ ├── CYPHER_DES.sln │ │ │ │ ├── CYPHER_DES.vcproj │ │ │ │ ├── CYPHER_DES.vcxproj │ │ │ │ ├── CYPHER_DES.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFE4PDACypherDES.rc │ │ │ │ │ └── resource.h │ │ │ ├── CYPHER_MARS_Gladman │ │ │ │ ├── CYPHER_MARS_Gladman.sln │ │ │ │ ├── CYPHER_MARS_Gladman.vcproj │ │ │ │ ├── CYPHER_MARS_Gladman.vcxproj │ │ │ │ ├── CYPHER_MARS_Gladman.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFE4PDACypherMARS_Gladman.rc │ │ │ │ │ └── resource.h │ │ │ ├── CYPHER_NULL │ │ │ │ ├── CYPHER_NULL.sln │ │ │ │ ├── CYPHER_NULL.vcproj │ │ │ │ ├── CYPHER_NULL.vcxproj │ │ │ │ ├── CYPHER_NULL.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFE4PDACypherNull.rc │ │ │ │ │ └── resource.h │ │ │ ├── CYPHER_RC6_Gladman │ │ │ │ ├── CYPHER_RC6_Gladman.sln │ │ │ │ ├── CYPHER_RC6_Gladman.vcproj │ │ │ │ ├── CYPHER_RC6_Gladman.vcxproj │ │ │ │ ├── CYPHER_RC6_Gladman.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFE4PDACypherRC6_Gladman.rc │ │ │ │ │ └── resource.h │ │ │ ├── CYPHER_RC6_ltc │ │ │ │ ├── CYPHER_RC6_ltc.sln │ │ │ │ ├── CYPHER_RC6_ltc.vcproj │ │ │ │ ├── CYPHER_RC6_ltc.vcxproj │ │ │ │ ├── CYPHER_RC6_ltc.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFE4PDACypherRC6_ltc.rc │ │ │ │ │ └── resource.h │ │ │ ├── CYPHER_SERPENT_Gladman │ │ │ │ ├── CYPHER_SERPENT_Gladman.sln │ │ │ │ ├── CYPHER_SERPENT_Gladman.vcproj │ │ │ │ ├── CYPHER_SERPENT_Gladman.vcxproj │ │ │ │ ├── CYPHER_SERPENT_Gladman.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFE4PDACypherSerpent_Gladman.rc │ │ │ │ │ └── resource.h │ │ │ ├── CYPHER_TWOFISH_Gladman │ │ │ │ ├── CYPHER_TWOFISH_Gladman.sln │ │ │ │ ├── CYPHER_TWOFISH_Gladman.vcproj │ │ │ │ ├── CYPHER_TWOFISH_Gladman.vcxproj │ │ │ │ ├── CYPHER_TWOFISH_Gladman.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFE4PDACypherTwofish_Gladman.rc │ │ │ │ │ └── resource.h │ │ │ ├── CYPHER_TWOFISH_HifnCS │ │ │ │ ├── CYPHER_TWOFISH_HifnCS.sln │ │ │ │ ├── CYPHER_TWOFISH_HifnCS.vcproj │ │ │ │ ├── CYPHER_TWOFISH_HifnCS.vcxproj │ │ │ │ ├── CYPHER_TWOFISH_HifnCS.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── DebugIO.c │ │ │ │ │ ├── FreeOTFE4PDACypherTwofish_HifnCS.rc │ │ │ │ │ └── resource.h │ │ │ ├── CYPHER_TWOFISH_ltc │ │ │ │ ├── CYPHER_TWOFISH_ltc.sln │ │ │ │ ├── CYPHER_TWOFISH_ltc.vcproj │ │ │ │ ├── CYPHER_TWOFISH_ltc.vcxproj │ │ │ │ ├── CYPHER_TWOFISH_ltc.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFE4PDACypherTwofish_ltc.rc │ │ │ │ │ └── resource.h │ │ │ ├── CYPHER_XOR │ │ │ │ ├── CYPHER_XOR.sln │ │ │ │ ├── CYPHER_XOR.vcproj │ │ │ │ ├── CYPHER_XOR.vcxproj │ │ │ │ ├── CYPHER_XOR.vcxproj.filters │ │ │ │ └── src │ │ │ │ │ ├── FreeOTFE4PDACypherXOR.rc │ │ │ │ │ └── resource.h │ │ │ └── Common │ │ │ │ ├── inc │ │ │ │ ├── FreeOTFE4PDACypher.def │ │ │ │ ├── FreeOTFE4PDACypherAPI.h │ │ │ │ ├── FreeOTFE4PDACypherDriver.h │ │ │ │ └── FreeOTFECypher.def │ │ │ │ └── src │ │ │ │ └── FreeOTFE4PDACypherDriver.c │ │ ├── Common │ │ │ ├── inc │ │ │ │ └── FreeOTFE4PDADriverlib.h │ │ │ └── src │ │ │ │ └── FreeOTFE4PDADriverlib.c │ │ ├── DRIVER │ │ │ ├── DRIVER.sln │ │ │ ├── DRIVER.vcproj │ │ │ ├── DRIVER.vcxproj │ │ │ ├── DRIVER.vcxproj.filters │ │ │ ├── Resource.h │ │ │ ├── inc │ │ │ │ ├── FreeOTFE4PDA.def │ │ │ │ ├── FreeOTFE4PDA.h │ │ │ │ └── FreeOTFE4PDAAPIConsts.h │ │ │ ├── src │ │ │ │ ├── FreeOTFE4PDA.aps │ │ │ │ ├── FreeOTFE4PDA.c │ │ │ │ ├── FreeOTFE4PDA.rc │ │ │ │ ├── FreeOTFE4PDAContextMgrDevice.c │ │ │ │ ├── FreeOTFE4PDAContextMgrDevice.h │ │ │ │ ├── FreeOTFE4PDAContextMgrOpen.c │ │ │ │ ├── FreeOTFE4PDAContextMgrOpen.h │ │ │ │ ├── mydiskio.h │ │ │ │ └── resource.h │ │ │ └── targetver.h │ │ └── HASH_DRIVERS │ │ │ ├── Common │ │ │ ├── inc │ │ │ │ ├── FreeOTFE4PDAHash.def │ │ │ │ ├── FreeOTFE4PDAHashAPI.h │ │ │ │ └── FreeOTFE4PDAHashDriver.h │ │ │ └── src │ │ │ │ └── FreeOTFE4PDAHashDriver.c │ │ │ ├── HASH_MD │ │ │ ├── HASH_MD.sln │ │ │ ├── HASH_MD.vcproj │ │ │ ├── HASH_MD.vcxproj │ │ │ ├── HASH_MD.vcxproj.filters │ │ │ ├── H_MD.sln │ │ │ └── src │ │ │ │ ├── FreeOTFE4PDAHashMD.rc │ │ │ │ └── resource.h │ │ │ ├── HASH_NULL │ │ │ ├── HASH_NULL.sln │ │ │ ├── HASH_NULL.vcproj │ │ │ ├── HASH_NULL.vcxproj │ │ │ ├── HASH_NULL.vcxproj.filters │ │ │ └── src │ │ │ │ ├── FreeOTFE4PDAHashNULL.rc │ │ │ │ └── resource.h │ │ │ ├── HASH_RIPEMD │ │ │ ├── HASH_RIPEMD.vcproj │ │ │ ├── HASH_RIPEMD.vcxproj │ │ │ └── src │ │ │ │ ├── FreeOTFE4PDAHashRIPEMD.rc │ │ │ │ └── resource.h │ │ │ ├── HASH_SHA │ │ │ ├── HASH_SHA.sln │ │ │ ├── HASH_SHA.vcproj │ │ │ ├── HASH_SHA.vcxproj │ │ │ ├── HASH_SHA.vcxproj.filters │ │ │ └── src │ │ │ │ ├── FreeOTFE4PDAHashSHA.rc │ │ │ │ └── resource.h │ │ │ ├── HASH_TIGER │ │ │ ├── HASH_TIGER.vcproj │ │ │ ├── HASH_TIGER.vcxproj │ │ │ └── src │ │ │ │ ├── FreeOTFE4PDAHashTiger.rc │ │ │ │ └── resource.h │ │ │ └── HASH_WHIRLPOOL │ │ │ ├── HASH_WHIRLPOOL.vcproj │ │ │ ├── HASH_WHIRLPOOL.vcxproj │ │ │ └── src │ │ │ ├── FreeOTFE4PDAHashWhirlpool.rc │ │ │ └── resource.h │ ├── gui │ │ ├── gui.vcproj │ │ ├── gui.vcxproj │ │ ├── images │ │ │ └── wndMain_Toolbar.bmp │ │ └── src │ │ │ ├── DriverInterface.c │ │ │ ├── DriverInterface.h │ │ │ ├── DriverInterfaceCommon.c │ │ │ ├── DriverInterfaceCommon.h │ │ │ ├── DriverInterfaceCypher.c │ │ │ ├── DriverInterfaceCypher.h │ │ │ ├── DriverInterfaceHash.c │ │ │ ├── DriverInterfaceHash.h │ │ │ ├── DriverInterfaceTwo.c │ │ │ ├── DriverInterfaceTwo.h │ │ │ ├── FreeOTFE4PDA.aps │ │ │ ├── FreeOTFE4PDA.rc │ │ │ ├── FreeOTFE4PDADriverList.c │ │ │ ├── FreeOTFE4PDADriverList.h │ │ │ ├── FreeOTFE4PDAGUIlib.c │ │ │ ├── FreeOTFE4PDAGUIlib.h │ │ │ ├── FreeOTFE4PDAOptions.c │ │ │ ├── FreeOTFE4PDAOptions.h │ │ │ ├── FreeOTFEGUIlib.c │ │ │ ├── FreeOTFEGUIlib.h │ │ │ ├── FreeOTFEStats.c │ │ │ ├── FreeOTFEStats.h │ │ │ ├── LUKS.c │ │ │ ├── LUKS.h │ │ │ ├── LUKSAFS.c │ │ │ ├── LUKSAFS.h │ │ │ ├── LUKSAPI.h │ │ │ ├── dlgAbout.c │ │ │ ├── dlgAbout.h │ │ │ ├── dlgBackupRestore.c │ │ │ ├── dlgBackupRestore.h │ │ │ ├── dlgChpassKeyfileWizard.c │ │ │ ├── dlgChpassKeyfileWizard.h │ │ │ ├── dlgCypherInfo.c │ │ │ ├── dlgCypherInfo.h │ │ │ ├── dlgDumpCDBWizard.c │ │ │ ├── dlgDumpCDBWizard.h │ │ │ ├── dlgDumpLUKSWizard.c │ │ │ ├── dlgDumpLUKSWizard.h │ │ │ ├── dlgHashInfo.c │ │ │ ├── dlgHashInfo.h │ │ │ ├── dlgMount.c │ │ │ ├── dlgMount.h │ │ │ ├── dlgMountLUKS.c │ │ │ ├── dlgMountLUKS.h │ │ │ ├── dlgNewVolWizard.c │ │ │ ├── dlgNewVolWizard.h │ │ │ ├── dlgOptions.c │ │ │ ├── dlgOptions.h │ │ │ ├── dlgProperties.c │ │ │ ├── dlgProperties.h │ │ │ ├── dlgTranslation.c │ │ │ ├── dlgTranslation.h │ │ │ ├── main.c │ │ │ ├── main.h │ │ │ ├── resource.h │ │ │ ├── wndMain.c │ │ │ ├── wndMain.h │ │ │ ├── wndUserRNG.c │ │ │ └── wndUserRNG.h │ ├── test_projects │ │ └── aes_gladman │ │ │ ├── aes_gladman.c │ │ │ ├── aes_gladman.sln │ │ │ └── aes_gladman.vcxproj │ └── translation │ │ └── ignore.po ├── clean.bat ├── cmdline_tools │ ├── DECRYPT_AES__2K__tlc │ │ ├── DECRYPT_AES__2K__tlc.vcproj │ │ ├── DECRYPT_AES__2K__tlc.vcxproj │ │ ├── DECRYPT_AES__2K__tlc.vcxproj.filters │ │ ├── my_build.bat │ │ └── src │ │ │ └── main.c │ ├── DECRYPT_AES__tlc │ │ ├── DECRYPT_AES__tlc.vcproj │ │ ├── DECRYPT_AES__tlc.vcxproj │ │ ├── DECRYPT_AES__tlc.vcxproj.filters │ │ ├── my_build.bat │ │ └── src │ │ │ └── main.c │ ├── DECRYPT_TWOFISH__Hifn_Counterpane │ │ ├── DECRYPT_TWOFISH__Hifn_Counterpane.vcproj │ │ ├── DECRYPT_TWOFISH__Hifn_Counterpane.vcxproj │ │ ├── DECRYPT_TWOFISH__Hifn_Counterpane.vcxproj.filters │ │ ├── my_build.bat │ │ └── src │ │ │ └── main.c │ ├── DECRYPT_TWOFISH__tlc │ │ ├── DECRYPT_TWOFISH__tlc.vcproj │ │ ├── DECRYPT_TWOFISH__tlc.vcxproj │ │ ├── DECRYPT_TWOFISH__tlc.vcxproj.filters │ │ ├── _notes.txt │ │ ├── my_build.bat │ │ ├── my_pclint.bat │ │ └── src │ │ │ └── main.c │ ├── DECRYPT_XOR │ │ ├── DECRYPT_XOR.vcproj │ │ ├── DECRYPT_XOR.vcxproj │ │ ├── DECRYPT_XOR.vcxproj.filters │ │ ├── my_build.bat │ │ └── src │ │ │ └── main.c │ ├── FreeOTFE_cmdline_tools.sln │ └── cmdline_common.bat ├── linux │ └── doxbox.sh └── sign_exes.bat ├── test_vols ├── README.txt ├── a.box ├── b.box ├── c.box ├── d.box ├── dmcrypt_dx.box ├── dmcrypt_dx.les ├── dmcrypt_hid.les ├── e.box ├── f.box ├── keyfile ├── luks.box └── testing.jot └── tools ├── JCF2Settings.cfg ├── JcfSettings_for_doxbox.cfg ├── gnugettext.pas ├── jcf_for_doxbox.bat ├── md2htm.sh └── setup_jcf_for_doxbox.jot /PAD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/PAD.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/README.md -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/Hash.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/Hash.cfg -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/Hash.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/Hash.dof -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/Hash.dpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/Hash.dpk -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/Hash.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/Hash.dproj -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/Hash.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/Hash.res -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgEngine_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgEngine_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgGOSTEngine_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgGOSTEngine_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgGOST_U.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgGOST_U.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgGOST_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgGOST_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgMD2Engine_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgMD2Engine_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgMD2_U.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgMD2_U.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgMD2_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgMD2_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgMD4Engine_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgMD4Engine_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgMD4_U.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgMD4_U.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgMD4_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgMD4_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgMD5Engine_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgMD5Engine_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgMD5_U.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgMD5_U.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgMD5_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgMD5_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgRIPEMD_U.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgRIPEMD_U.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgRIPEMD_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgRIPEMD_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgSHA1Engine_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgSHA1Engine_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgSHA1_U.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgSHA1_U.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgSHA1_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgSHA1_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgSHA256_U.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgSHA256_U.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgSHA256_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgSHA256_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgSHA384_U.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgSHA384_U.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgSHA384_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgSHA384_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgSHA512_U.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgSHA512_U.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgSHA512_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgSHA512_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgSHAEngine_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgSHAEngine_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgSHA_U.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgSHA_U.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgSHA_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgSHA_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgTiger_U.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgTiger_U.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgTiger_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgTiger_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgUnified_U.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgUnified_U.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlgUnified_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlgUnified_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashAlg_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashAlg_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/HashValue_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/HashValue_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/docs/!README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/docs/!README.TXT -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/docs/MD2/rfc1319.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/docs/MD2/rfc1319.html -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/docs/MD4/rfc1320.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/docs/MD4/rfc1320.html -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/docs/MD5/rfc1321.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/docs/MD5/rfc1321.html -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/docs/RIPEMD/rmd128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/docs/RIPEMD/rmd128.txt -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/docs/RIPEMD/rmd160.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/docs/RIPEMD/rmd160.txt -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/docs/RIPEMD/rmd256.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/docs/RIPEMD/rmd256.txt -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/docs/RIPEMD/rmd320.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/docs/RIPEMD/rmd320.txt -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/docs/SHA/fips180.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/docs/SHA/fips180.html -------------------------------------------------------------------------------- /SDeanComponents/Components/Hash/docs/Tiger/tiger.ps.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/Hash/docs/Tiger/tiger.ps.gz -------------------------------------------------------------------------------- /SDeanComponents/Components/OTFE/OTFE/OTFE.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/OTFE/OTFE/OTFE.cfg -------------------------------------------------------------------------------- /SDeanComponents/Components/OTFE/OTFE/OTFE.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/OTFE/OTFE/OTFE.dof -------------------------------------------------------------------------------- /SDeanComponents/Components/OTFE/OTFE/OTFE.dpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/OTFE/OTFE/OTFE.dpk -------------------------------------------------------------------------------- /SDeanComponents/Components/OTFE/OTFE/OTFE.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/OTFE/OTFE/OTFE.dproj -------------------------------------------------------------------------------- /SDeanComponents/Components/OTFE/OTFE/OTFE.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/OTFE/OTFE/OTFE.res -------------------------------------------------------------------------------- /SDeanComponents/Components/OTFE/OTFEE4M/OTFEE4M.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/OTFE/OTFEE4M/OTFEE4M.cfg -------------------------------------------------------------------------------- /SDeanComponents/Components/OTFE/OTFEE4M/OTFEE4M.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/OTFE/OTFEE4M/OTFEE4M.dof -------------------------------------------------------------------------------- /SDeanComponents/Components/OTFE/OTFEE4M/OTFEE4M.dpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/OTFE/OTFEE4M/OTFEE4M.dpk -------------------------------------------------------------------------------- /SDeanComponents/Components/OTFE/OTFEE4M/OTFEE4M.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/OTFE/OTFEE4M/OTFEE4M.dproj -------------------------------------------------------------------------------- /SDeanComponents/Components/OTFE/OTFEE4M/OTFEE4M.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/OTFE/OTFEE4M/OTFEE4M.res -------------------------------------------------------------------------------- /SDeanComponents/Components/OTFE/OTFEE4M/OTFEE4M_U.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/OTFE/OTFEE4M/OTFEE4M_U.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/OTFE/OTFEE4M/OTFEE4M_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/OTFE/OTFEE4M/OTFEE4M_U.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/MSntdll.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/MSntdll.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/NetMsg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/NetMsg.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDUCheckLst.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDUCheckLst.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDUCheckLst.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDUCheckLst.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDUClipbrd.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDUClipbrd.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDUClipbrd.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDUClipbrd.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDUComCtrls.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDUComCtrls.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDUDialogs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDUDialogs.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDUDropFiles.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDUDropFiles.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDUDropFiles.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDUDropFiles.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDUExtCtrls.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDUExtCtrls.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDUStdCtrls.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDUStdCtrls.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDUStdCtrls.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDUStdCtrls.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDUStringGrid.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDUStringGrid.dcr -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDUStringGrid.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDUStringGrid.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDeanUtils.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDeanUtils.cfg -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDeanUtils.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDeanUtils.dof -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDeanUtils.dpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDeanUtils.dpk -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDeanUtils.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDeanUtils.dproj -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/SDeanUtils.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/SDeanUtils.res -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/Spin64.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/Spin64.pas -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtils/Spin64.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtils/Spin64.res -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtilsXE.dpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtilsXE.dpk -------------------------------------------------------------------------------- /SDeanComponents/Components/SDeanUtilsXE.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/Components/SDeanUtilsXE.dproj -------------------------------------------------------------------------------- /SDeanComponents/DelphiVistaModifications/Dialogs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/DelphiVistaModifications/Dialogs.pas -------------------------------------------------------------------------------- /SDeanComponents/DelphiVistaModifications/Forms.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/DelphiVistaModifications/Forms.pas -------------------------------------------------------------------------------- /SDeanComponents/DelphiVistaModifications/StdCtrls.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/DelphiVistaModifications/StdCtrls.pas -------------------------------------------------------------------------------- /SDeanComponents/DelphiVistaModifications/_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/DelphiVistaModifications/_notes.txt -------------------------------------------------------------------------------- /SDeanComponents/SDeanComponents.bpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/SDeanComponents.bpg -------------------------------------------------------------------------------- /SDeanComponents/SDeanComponents.groupproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/SDeanComponents.groupproj -------------------------------------------------------------------------------- /SDeanComponents/TestApps.bpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps.bpg -------------------------------------------------------------------------------- /SDeanComponents/TestApps.groupproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps.groupproj -------------------------------------------------------------------------------- /SDeanComponents/TestApps/Hash/SDHash/SDHash.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/Hash/SDHash/SDHash.cfg -------------------------------------------------------------------------------- /SDeanComponents/TestApps/Hash/SDHash/SDHash.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/Hash/SDHash/SDHash.dof -------------------------------------------------------------------------------- /SDeanComponents/TestApps/Hash/SDHash/SDHash.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/Hash/SDHash/SDHash.dpr -------------------------------------------------------------------------------- /SDeanComponents/TestApps/Hash/SDHash/SDHash.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/Hash/SDHash/SDHash.dproj -------------------------------------------------------------------------------- /SDeanComponents/TestApps/Hash/SimpleHash/Form_Main.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/Hash/SimpleHash/Form_Main.dfm -------------------------------------------------------------------------------- /SDeanComponents/TestApps/Hash/SimpleHash/Form_Main.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/Hash/SimpleHash/Form_Main.pas -------------------------------------------------------------------------------- /SDeanComponents/TestApps/Hash/SimpleHash/SimpleHash.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/Hash/SimpleHash/SimpleHash.cfg -------------------------------------------------------------------------------- /SDeanComponents/TestApps/Hash/SimpleHash/SimpleHash.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/Hash/SimpleHash/SimpleHash.dof -------------------------------------------------------------------------------- /SDeanComponents/TestApps/Hash/SimpleHash/SimpleHash.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/Hash/SimpleHash/SimpleHash.dpr -------------------------------------------------------------------------------- /SDeanComponents/TestApps/Hash/SimpleHash/SimpleHash.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/Hash/SimpleHash/SimpleHash.res -------------------------------------------------------------------------------- /SDeanComponents/TestApps/Hash/TigerTest/NESSIESet2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/Hash/TigerTest/NESSIESet2.pas -------------------------------------------------------------------------------- /SDeanComponents/TestApps/Hash/TigerTest/NESSIESet3.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/Hash/TigerTest/NESSIESet3.pas -------------------------------------------------------------------------------- /SDeanComponents/TestApps/Hash/docs/TestVectors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/Hash/docs/TestVectors.txt -------------------------------------------------------------------------------- /SDeanComponents/TestApps/Hash/docs/abc.dat: -------------------------------------------------------------------------------- 1 | abc -------------------------------------------------------------------------------- /SDeanComponents/TestApps/SDeanUtils/SDUDialogs/Main.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/SDeanUtils/SDUDialogs/Main.dfm -------------------------------------------------------------------------------- /SDeanComponents/TestApps/SDeanUtils/SDUDialogs/Main.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/TestApps/SDeanUtils/SDUDialogs/Main.pas -------------------------------------------------------------------------------- /SDeanComponents/docs/SDHash.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/docs/SDHash.htm -------------------------------------------------------------------------------- /SDeanComponents/docs/SDeanComponents.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/docs/SDeanComponents.htm -------------------------------------------------------------------------------- /SDeanComponents/docs/TkrScramDisk readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/SDeanComponents/docs/TkrScramDisk readme.txt -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/.gitignore -------------------------------------------------------------------------------- /docs/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/FAQ.md -------------------------------------------------------------------------------- /docs/Linux_examples__LUKS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/Linux_examples__LUKS.md -------------------------------------------------------------------------------- /docs/Linux_examples__cryptoloop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/Linux_examples__cryptoloop.md -------------------------------------------------------------------------------- /docs/Linux_examples__dm-crypt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/Linux_examples__dm-crypt.md -------------------------------------------------------------------------------- /docs/Linux_volumes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/Linux_volumes.md -------------------------------------------------------------------------------- /docs/TODO_list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/TODO_list.md -------------------------------------------------------------------------------- /docs/advanced_topics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/advanced_topics.md -------------------------------------------------------------------------------- /docs/asus secureboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/asus secureboot.png -------------------------------------------------------------------------------- /docs/command_line.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/command_line.md -------------------------------------------------------------------------------- /docs/command_line_decryption_utilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/command_line_decryption_utilities.md -------------------------------------------------------------------------------- /docs/contact_details.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/contact_details.md -------------------------------------------------------------------------------- /docs/contents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/contents.md -------------------------------------------------------------------------------- /docs/credits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/credits.md -------------------------------------------------------------------------------- /docs/deniable_encryption_tool_a_survey.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/deniable_encryption_tool_a_survey.pdf -------------------------------------------------------------------------------- /docs/description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/description.md -------------------------------------------------------------------------------- /docs/donations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/donations.md -------------------------------------------------------------------------------- /docs/download.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/download.md -------------------------------------------------------------------------------- /docs/fault_reporting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/fault_reporting.md -------------------------------------------------------------------------------- /docs/getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/getting_started.md -------------------------------------------------------------------------------- /docs/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/glossary.md -------------------------------------------------------------------------------- /docs/images/FreeOTFE.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/FreeOTFE.gif -------------------------------------------------------------------------------- /docs/images/PDA_NonSoftkeyMenuBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/PDA_NonSoftkeyMenuBar.png -------------------------------------------------------------------------------- /docs/images/PDA_NonSoftkeyMenuItems.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/PDA_NonSoftkeyMenuItems.png -------------------------------------------------------------------------------- /docs/images/PDA_SoftkeyMenuBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/PDA_SoftkeyMenuBar.png -------------------------------------------------------------------------------- /docs/images/PDA_SoftkeyMenuItems.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/PDA_SoftkeyMenuItems.png -------------------------------------------------------------------------------- /docs/images/driver_MODE_NORMAL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/driver_MODE_NORMAL.png -------------------------------------------------------------------------------- /docs/images/driver_MODE_PORTABLE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/driver_MODE_PORTABLE.png -------------------------------------------------------------------------------- /docs/images/driver_START_AUTO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/driver_START_AUTO.png -------------------------------------------------------------------------------- /docs/images/driver_START_MANUAL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/driver_START_MANUAL.png -------------------------------------------------------------------------------- /docs/images/driver_STATUS_STARTED.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/driver_STATUS_STARTED.png -------------------------------------------------------------------------------- /docs/images/driver_STATUS_STOPPED.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/driver_STATUS_STOPPED.png -------------------------------------------------------------------------------- /docs/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/favicon.ico -------------------------------------------------------------------------------- /docs/images/note_Important.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/note_Important.png -------------------------------------------------------------------------------- /docs/images/note_SecurityTip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/note_SecurityTip.png -------------------------------------------------------------------------------- /docs/images/note_Technical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/note_Technical.png -------------------------------------------------------------------------------- /docs/images/note_Tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/note_Tip.png -------------------------------------------------------------------------------- /docs/images/note_VistaPCIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/note_VistaPCIcon.png -------------------------------------------------------------------------------- /docs/images/note_VistaPCIcon_no_alpha_transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/note_VistaPCIcon_no_alpha_transparency.png -------------------------------------------------------------------------------- /docs/images/note_VistaPDAIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/note_VistaPDAIcon.png -------------------------------------------------------------------------------- /docs/images/note_VistaPDAIcon_no_alpha_transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/note_VistaPDAIcon_no_alpha_transparency.png -------------------------------------------------------------------------------- /docs/images/screenshot_unsigned_driver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshot_unsigned_driver.png -------------------------------------------------------------------------------- /docs/images/screenshots/PC/DriverControl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PC/DriverControl.png -------------------------------------------------------------------------------- /docs/images/screenshots/PC/ExplorerWithMounted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PC/ExplorerWithMounted.png -------------------------------------------------------------------------------- /docs/images/screenshots/PC/MainContextMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PC/MainContextMenu.png -------------------------------------------------------------------------------- /docs/images/screenshots/PC/MountAdvanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PC/MountAdvanced.png -------------------------------------------------------------------------------- /docs/images/screenshots/PC/MountBasic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PC/MountBasic.png -------------------------------------------------------------------------------- /docs/images/screenshots/PC/NewVolumeWizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PC/NewVolumeWizard.png -------------------------------------------------------------------------------- /docs/images/screenshots/PC/PKCS11Options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PC/PKCS11Options.png -------------------------------------------------------------------------------- /docs/images/screenshots/PC/PKCS11PINEntry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PC/PKCS11PINEntry.png -------------------------------------------------------------------------------- /docs/images/screenshots/PC/PartitionSelect_FullInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PC/PartitionSelect_FullInfo.png -------------------------------------------------------------------------------- /docs/images/screenshots/PC/VolCreateAdvanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PC/VolCreateAdvanced.png -------------------------------------------------------------------------------- /docs/images/screenshots/PC/lcMain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PC/lcMain.png -------------------------------------------------------------------------------- /docs/images/screenshots/PC/lcMainWithPart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PC/lcMainWithPart.png -------------------------------------------------------------------------------- /docs/images/screenshots/PC/open_LUKS_keyfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PC/open_LUKS_keyfile.png -------------------------------------------------------------------------------- /docs/images/screenshots/PDA/ExplorerWithMounted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PDA/ExplorerWithMounted.png -------------------------------------------------------------------------------- /docs/images/screenshots/PDA/MainContextMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PDA/MainContextMenu.png -------------------------------------------------------------------------------- /docs/images/screenshots/PDA/MountAdvanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PDA/MountAdvanced.png -------------------------------------------------------------------------------- /docs/images/screenshots/PDA/MountBasic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PDA/MountBasic.png -------------------------------------------------------------------------------- /docs/images/screenshots/PDA/NewVolumeWizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PDA/NewVolumeWizard.png -------------------------------------------------------------------------------- /docs/images/screenshots/PDA/OptionsCyphers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PDA/OptionsCyphers.png -------------------------------------------------------------------------------- /docs/images/screenshots/PDA/VolCreateAdvanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/images/screenshots/PDA/VolCreateAdvanced.png -------------------------------------------------------------------------------- /docs/impact_of_kernel_driver_signing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/impact_of_kernel_driver_signing.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/installation_and_upgrading.md: -------------------------------------------------------------------------------- 1 | OBSOLETE use installation_and_upgrading__PC.md 2 | -------------------------------------------------------------------------------- /docs/installation_and_upgrading__PC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/installation_and_upgrading__PC.md -------------------------------------------------------------------------------- /docs/keys/sdean12_sdean12.org.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/keys/sdean12_sdean12.org.asc -------------------------------------------------------------------------------- /docs/known_bugs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/known_bugs.md -------------------------------------------------------------------------------- /docs/licence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/licence.md -------------------------------------------------------------------------------- /docs/list.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/list.lst -------------------------------------------------------------------------------- /docs/notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/notes.md -------------------------------------------------------------------------------- /docs/notes_PC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/notes_PC.md -------------------------------------------------------------------------------- /docs/pkcs11_drivers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/pkcs11_drivers.md -------------------------------------------------------------------------------- /docs/pkcs11_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/pkcs11_support.md -------------------------------------------------------------------------------- /docs/plausible_deniability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/plausible_deniability.md -------------------------------------------------------------------------------- /docs/portable_mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/portable_mode.md -------------------------------------------------------------------------------- /docs/styles_common.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/styles_common.css -------------------------------------------------------------------------------- /docs/styles_pc.css: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/technical_details.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/technical_details.md -------------------------------------------------------------------------------- /docs/technical_details__FreeOTFE_CDB_layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/technical_details__FreeOTFE_CDB_layout.md -------------------------------------------------------------------------------- /docs/technical_details__FreeOTFE_CDB_layout_format_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/technical_details__FreeOTFE_CDB_layout_format_1.md -------------------------------------------------------------------------------- /docs/technical_details__FreeOTFE_CDB_layout_format_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/technical_details__FreeOTFE_CDB_layout_format_2.md -------------------------------------------------------------------------------- /docs/technical_details__FreeOTFE_CDB_layout_format_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/technical_details__FreeOTFE_CDB_layout_format_3.md -------------------------------------------------------------------------------- /docs/technical_details__FreeOTFE_CDB_layout_format_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/technical_details__FreeOTFE_CDB_layout_format_4.md -------------------------------------------------------------------------------- /docs/technical_details__FreeOTFE_CDB_layout_format_5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/technical_details__FreeOTFE_CDB_layout_format_5.md -------------------------------------------------------------------------------- /docs/technical_details__RNGs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/technical_details__RNGs.md -------------------------------------------------------------------------------- /docs/technical_details__build_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/technical_details__build_notes.md -------------------------------------------------------------------------------- /docs/technical_details__creating_FreeOTFE_volumes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/technical_details__creating_FreeOTFE_volumes.md -------------------------------------------------------------------------------- /docs/technical_details__filename_extensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/technical_details__filename_extensions.md -------------------------------------------------------------------------------- /docs/technical_details__mounting_FreeOTFE_volumes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/technical_details__mounting_FreeOTFE_volumes.md -------------------------------------------------------------------------------- /docs/technical_details__registry_entries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/technical_details__registry_entries.md -------------------------------------------------------------------------------- /docs/translations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/translations.md -------------------------------------------------------------------------------- /docs/uninstalling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/uninstalling.md -------------------------------------------------------------------------------- /docs/version_history.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/docs/version_history.md -------------------------------------------------------------------------------- /install/LibreCrypt.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/install/LibreCrypt.iss -------------------------------------------------------------------------------- /src/3rd_party/AES_candidates_1st_round_-_Gladman/cast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/AES_candidates_1st_round_-_Gladman/cast.c -------------------------------------------------------------------------------- /src/3rd_party/AES_candidates_1st_round_-_Gladman/deal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/AES_candidates_1st_round_-_Gladman/deal.c -------------------------------------------------------------------------------- /src/3rd_party/AES_candidates_1st_round_-_Gladman/des.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/AES_candidates_1st_round_-_Gladman/des.c -------------------------------------------------------------------------------- /src/3rd_party/AES_candidates_1st_round_-_Gladman/des.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/AES_candidates_1st_round_-_Gladman/des.h -------------------------------------------------------------------------------- /src/3rd_party/AES_candidates_1st_round_-_Gladman/dfc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/AES_candidates_1st_round_-_Gladman/dfc.c -------------------------------------------------------------------------------- /src/3rd_party/AES_candidates_1st_round_-_Gladman/e2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/AES_candidates_1st_round_-_Gladman/e2.c -------------------------------------------------------------------------------- /src/3rd_party/AES_candidates_1st_round_-_Gladman/frog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/AES_candidates_1st_round_-_Gladman/frog.c -------------------------------------------------------------------------------- /src/3rd_party/AES_candidates_1st_round_-_Gladman/hpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/AES_candidates_1st_round_-_Gladman/hpc.c -------------------------------------------------------------------------------- /src/3rd_party/AES_candidates_1st_round_-_Gladman/key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/AES_candidates_1st_round_-_Gladman/key.c -------------------------------------------------------------------------------- /src/3rd_party/AES_candidates_1st_round_-_Gladman/loki.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/AES_candidates_1st_round_-_Gladman/loki.c -------------------------------------------------------------------------------- /src/3rd_party/AES_candidates_1st_round_-_Gladman/mars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/AES_candidates_1st_round_-_Gladman/mars.c -------------------------------------------------------------------------------- /src/3rd_party/AES_candidates_1st_round_-_Gladman/rc6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/AES_candidates_1st_round_-_Gladman/rc6.c -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-download.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-download.html -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-optimized-c.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-optimized-c.zip -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-optimized-c/AES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-optimized-c/AES.H -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-optimized-c/COMPILE.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-optimized-c/COMPILE.BAT -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-optimized-c/DEBUG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-optimized-c/DEBUG.H -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-optimized-c/PLATFORM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-optimized-c/PLATFORM.H -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-optimized-c/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-optimized-c/README -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-optimized-c/TABLE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-optimized-c/TABLE.H -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-optimized-c/TST2FISH.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-optimized-c/TST2FISH.C -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-optimized-c/TWOFISH2.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-optimized-c/TWOFISH2.C -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-reference-c.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-reference-c.zip -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-reference-c/AES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-reference-c/AES.H -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-reference-c/COMPILE.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-reference-c/COMPILE.BAT -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-reference-c/DEBUG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-reference-c/DEBUG.H -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-reference-c/PLATFORM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-reference-c/PLATFORM.H -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-reference-c/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-reference-c/README -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-reference-c/TABLE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-reference-c/TABLE.H -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-reference-c/TST2FISH.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-reference-c/TST2FISH.C -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish-reference-c/TWOFISH.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish-reference-c/TWOFISH.C -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish.html -------------------------------------------------------------------------------- /src/3rd_party/Twofish/twofish_files/schneier-safe.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/Twofish/twofish_files/schneier-safe.css -------------------------------------------------------------------------------- /src/3rd_party/_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/_notes.txt -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17.zip -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17.zip.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17.zip.asc -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/Doxyfile -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/LICENSE -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/README: -------------------------------------------------------------------------------- 1 | See doc/crypt.pdf 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/TODO -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/build.sh -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/changes -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/crypt.lof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/crypt.lof -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/crypt.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/crypt.tex -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/demos/encrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/demos/encrypt.c -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/demos/hashsum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/demos/hashsum.c -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/demos/multi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/demos/multi.c -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/demos/small.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/demos/small.c -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/demos/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/demos/test.c -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/demos/timing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/demos/timing.c -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/demos/tv_gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/demos/tv_gen.c -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/doc/crypt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/doc/crypt.pdf -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/doc/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/doc/footer.html -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/doc/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/doc/header.html -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/filter.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/filter.pl -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/fixupind.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/fixupind.pl -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/genlist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/genlist.sh -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/libtomcrypt.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/libtomcrypt.dsp -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/makefile -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/makefile.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/makefile.icc -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/makefile.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/makefile.msvc -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/makefile.shared: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/makefile.shared -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/makefile.unix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/makefile.unix -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/mess.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/mess.sh -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/notes/ccm_tv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/notes/ccm_tv.txt -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/notes/eax_tv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/notes/eax_tv.txt -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/notes/ecc_tv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/notes/ecc_tv.txt -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/notes/gcm_tv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/notes/gcm_tv.txt -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/notes/hash_tv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/notes/hash_tv.txt -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/notes/hmac_tv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/notes/hmac_tv.txt -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/notes/lrw_tv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/notes/lrw_tv.txt -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/notes/ocb_tv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/notes/ocb_tv.txt -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/notes/omac_tv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/notes/omac_tv.txt -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/notes/pmac_tv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/notes/pmac_tv.txt -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/notes/tech0001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/notes/tech0001.txt -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/parsenames.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/parsenames.pl -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/run.sh -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/src/hashes/md2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/src/hashes/md2.c -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/src/hashes/md4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/src/hashes/md4.c -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/src/hashes/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/src/hashes/md5.c -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/src/math/multi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/src/math/multi.c -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/src/pk/ecc/ecc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/src/pk/ecc/ecc.c -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/src/prngs/rc4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/src/prngs/rc4.c -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/testbuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/testbuild.sh -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/testme.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/testme.sh -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/crypt-1.17/updatemakes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/crypt-1.17/updatemakes.sh -------------------------------------------------------------------------------- /src/3rd_party/libtomcrypt/key.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/libtomcrypt/key.asc -------------------------------------------------------------------------------- /src/3rd_party/ltc_gladman_xts/ltc_gladman_xts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/ltc_gladman_xts/ltc_gladman_xts.h -------------------------------------------------------------------------------- /src/3rd_party/ltc_gladman_xts/ltc_gladman_xts_done.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/ltc_gladman_xts/ltc_gladman_xts_done.c -------------------------------------------------------------------------------- /src/3rd_party/ltc_gladman_xts/ltc_gladman_xts_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/3rd_party/ltc_gladman_xts/ltc_gladman_xts_init.c -------------------------------------------------------------------------------- /src/Common/Common/images/DoxBox.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/DoxBox.ico -------------------------------------------------------------------------------- /src/Common/Common/images/DoxBox128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/DoxBox128.png -------------------------------------------------------------------------------- /src/Common/Common/images/DoxBox128red.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/DoxBox128red.ico -------------------------------------------------------------------------------- /src/Common/Common/images/DoxBox128red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/DoxBox128red.png -------------------------------------------------------------------------------- /src/Common/Common/images/DoxBox128red.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/DoxBox128red.xcf -------------------------------------------------------------------------------- /src/Common/Common/images/DoxBox16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/DoxBox16.png -------------------------------------------------------------------------------- /src/Common/Common/images/DoxBox22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/DoxBox22.png -------------------------------------------------------------------------------- /src/Common/Common/images/DoxBox32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/DoxBox32.png -------------------------------------------------------------------------------- /src/Common/Common/images/DoxBox48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/DoxBox48.png -------------------------------------------------------------------------------- /src/Common/Common/images/DoxBox64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/DoxBox64.png -------------------------------------------------------------------------------- /src/Common/Common/images/FreeOTFE.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/FreeOTFE.ico -------------------------------------------------------------------------------- /src/Common/Common/images/FreeOTFE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/FreeOTFE.png -------------------------------------------------------------------------------- /src/Common/Common/images/FreeOTFESmall.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/FreeOTFESmall.ico -------------------------------------------------------------------------------- /src/Common/Common/images/btn_donate_LG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/btn_donate_LG.gif -------------------------------------------------------------------------------- /src/Common/Common/images/decrypted16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/decrypted16.png -------------------------------------------------------------------------------- /src/Common/Common/images/decrypted22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/decrypted22.png -------------------------------------------------------------------------------- /src/Common/Common/images/decrypted32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/decrypted32.png -------------------------------------------------------------------------------- /src/Common/Common/images/decrypted48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/decrypted48.png -------------------------------------------------------------------------------- /src/Common/Common/images/encrypted16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/encrypted16.png -------------------------------------------------------------------------------- /src/Common/Common/images/encrypted22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/encrypted22.png -------------------------------------------------------------------------------- /src/Common/Common/images/encrypted32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/encrypted32.png -------------------------------------------------------------------------------- /src/Common/Common/images/encrypted48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/images/encrypted48.png -------------------------------------------------------------------------------- /src/Common/Common/inc/FreeOTFEConsts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/inc/FreeOTFEConsts.h -------------------------------------------------------------------------------- /src/Common/Common/inc/FreeOTFEDebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/inc/FreeOTFEDebug.h -------------------------------------------------------------------------------- /src/Common/Common/inc/FreeOTFENULLGUID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/inc/FreeOTFENULLGUID.h -------------------------------------------------------------------------------- /src/Common/Common/inc/FreeOTFEPlatform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/inc/FreeOTFEPlatform.h -------------------------------------------------------------------------------- /src/Common/Common/inc/FreeOTFElib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/inc/FreeOTFElib.h -------------------------------------------------------------------------------- /src/Common/Common/inc/SDUEndianIntegers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/inc/SDUEndianIntegers.h -------------------------------------------------------------------------------- /src/Common/Common/inc/SDUGeneral.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/inc/SDUGeneral.h -------------------------------------------------------------------------------- /src/Common/Common/inc/SDUHexDump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/inc/SDUHexDump.h -------------------------------------------------------------------------------- /src/Common/Common/inc/SDULinkedList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/inc/SDULinkedList.h -------------------------------------------------------------------------------- /src/Common/Common/inc/SDUi18n.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/inc/SDUi18n.h -------------------------------------------------------------------------------- /src/Common/Common/inc/SDUi18n_GUI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/inc/SDUi18n_GUI.h -------------------------------------------------------------------------------- /src/Common/Common/src/FreeOTFEDebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/src/FreeOTFEDebug.c -------------------------------------------------------------------------------- /src/Common/Common/src/FreeOTFENULLGUID.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/src/FreeOTFENULLGUID.c -------------------------------------------------------------------------------- /src/Common/Common/src/FreeOTFElib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/src/FreeOTFElib.c -------------------------------------------------------------------------------- /src/Common/Common/src/SDUEndianIntegers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/src/SDUEndianIntegers.c -------------------------------------------------------------------------------- /src/Common/Common/src/SDUGeneral.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/src/SDUGeneral.c -------------------------------------------------------------------------------- /src/Common/Common/src/SDUHexDump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/src/SDUHexDump.c -------------------------------------------------------------------------------- /src/Common/Common/src/SDULinkedList.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/src/SDULinkedList.c -------------------------------------------------------------------------------- /src/Common/Common/src/SDUi18n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/src/SDUi18n.c -------------------------------------------------------------------------------- /src/Common/Common/src/SDUi18n_GUI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/Common/src/SDUi18n_GUI.c -------------------------------------------------------------------------------- /src/Common/DRIVER/inc/FreeOTFEAPIConstsCommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/inc/FreeOTFEAPIConstsCommon.h -------------------------------------------------------------------------------- /src/Common/DRIVER/inc/FreeOTFEAPITypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/inc/FreeOTFEAPITypes.h -------------------------------------------------------------------------------- /src/Common/DRIVER/inc/FreeOTFEBlockCalc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/inc/FreeOTFEBlockCalc.h -------------------------------------------------------------------------------- /src/Common/DRIVER/inc/FreeOTFECallModuleFn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/inc/FreeOTFECallModuleFn.h -------------------------------------------------------------------------------- /src/Common/DRIVER/inc/FreeOTFEContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/inc/FreeOTFEContext.h -------------------------------------------------------------------------------- /src/Common/DRIVER/inc/FreeOTFEDriverConstsCommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/inc/FreeOTFEDriverConstsCommon.h -------------------------------------------------------------------------------- /src/Common/DRIVER/inc/FreeOTFEGenerateBlockIV.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/inc/FreeOTFEGenerateBlockIV.h -------------------------------------------------------------------------------- /src/Common/DRIVER/inc/FreeOTFEKDFHashSaltedPassword.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/inc/FreeOTFEKDFHashSaltedPassword.h -------------------------------------------------------------------------------- /src/Common/DRIVER/inc/FreeOTFEKDFPBKDF2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/inc/FreeOTFEKDFPBKDF2.h -------------------------------------------------------------------------------- /src/Common/DRIVER/inc/FreeOTFEMACHMAC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/inc/FreeOTFEMACHMAC.h -------------------------------------------------------------------------------- /src/Common/DRIVER/inc/FreeOTFEMACHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/inc/FreeOTFEMACHash.h -------------------------------------------------------------------------------- /src/Common/DRIVER/src/FreeOTFEBlockCalc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/src/FreeOTFEBlockCalc.c -------------------------------------------------------------------------------- /src/Common/DRIVER/src/FreeOTFECallModuleFn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/src/FreeOTFECallModuleFn.c -------------------------------------------------------------------------------- /src/Common/DRIVER/src/FreeOTFEContext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/src/FreeOTFEContext.c -------------------------------------------------------------------------------- /src/Common/DRIVER/src/FreeOTFEGenerateBlockIV.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/src/FreeOTFEGenerateBlockIV.c -------------------------------------------------------------------------------- /src/Common/DRIVER/src/FreeOTFEKDFHashSaltedPassword.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/src/FreeOTFEKDFHashSaltedPassword.c -------------------------------------------------------------------------------- /src/Common/DRIVER/src/FreeOTFEKDFPBKDF2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/src/FreeOTFEKDFPBKDF2.c -------------------------------------------------------------------------------- /src/Common/DRIVER/src/FreeOTFEMACHMAC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/src/FreeOTFEMACHMAC.c -------------------------------------------------------------------------------- /src/Common/DRIVER/src/FreeOTFEMACHash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/DRIVER/src/FreeOTFEMACHash.c -------------------------------------------------------------------------------- /src/Common/HASH_DRIVERS/Common/inc/FreeOTFEHashImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/HASH_DRIVERS/Common/inc/FreeOTFEHashImpl.h -------------------------------------------------------------------------------- /src/Common/HASH_DRIVERS/HASH_MD/FreeOTFEHashMD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/HASH_DRIVERS/HASH_MD/FreeOTFEHashMD.c -------------------------------------------------------------------------------- /src/Common/HASH_DRIVERS/HASH_MD/FreeOTFEHashMD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/HASH_DRIVERS/HASH_MD/FreeOTFEHashMD.h -------------------------------------------------------------------------------- /src/Common/HASH_DRIVERS/HASH_NULL/FreeOTFEHashNULL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/HASH_DRIVERS/HASH_NULL/FreeOTFEHashNULL.c -------------------------------------------------------------------------------- /src/Common/HASH_DRIVERS/HASH_NULL/FreeOTFEHashNULL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/HASH_DRIVERS/HASH_NULL/FreeOTFEHashNULL.h -------------------------------------------------------------------------------- /src/Common/HASH_DRIVERS/HASH_SHA/FreeOTFEHashSHA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/HASH_DRIVERS/HASH_SHA/FreeOTFEHashSHA.c -------------------------------------------------------------------------------- /src/Common/HASH_DRIVERS/HASH_SHA/FreeOTFEHashSHA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/Common/HASH_DRIVERS/HASH_SHA/FreeOTFEHashSHA.h -------------------------------------------------------------------------------- /src/PC/drivers/CYPHER_DRIVERS/CYPHER_DES/_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/CYPHER_DRIVERS/CYPHER_DES/_notes.txt -------------------------------------------------------------------------------- /src/PC/drivers/CYPHER_DRIVERS/CYPHER_DES/src/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/CYPHER_DRIVERS/CYPHER_DES/src/MAKEFILE -------------------------------------------------------------------------------- /src/PC/drivers/CYPHER_DRIVERS/CYPHER_DES/src/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/CYPHER_DRIVERS/CYPHER_DES/src/sources -------------------------------------------------------------------------------- /src/PC/drivers/CYPHER_DRIVERS/CYPHER_NULL/_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/CYPHER_DRIVERS/CYPHER_NULL/_notes.txt -------------------------------------------------------------------------------- /src/PC/drivers/CYPHER_DRIVERS/CYPHER_NULL/src/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/CYPHER_DRIVERS/CYPHER_NULL/src/sources -------------------------------------------------------------------------------- /src/PC/drivers/CYPHER_DRIVERS/CYPHER_XOR/_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/CYPHER_DRIVERS/CYPHER_XOR/_notes.txt -------------------------------------------------------------------------------- /src/PC/drivers/CYPHER_DRIVERS/CYPHER_XOR/src/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/CYPHER_DRIVERS/CYPHER_XOR/src/MAKEFILE -------------------------------------------------------------------------------- /src/PC/drivers/CYPHER_DRIVERS/CYPHER_XOR/src/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/CYPHER_DRIVERS/CYPHER_XOR/src/sources -------------------------------------------------------------------------------- /src/PC/drivers/Common/bin/copy_lrw_driver_files.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/Common/bin/copy_lrw_driver_files.bat -------------------------------------------------------------------------------- /src/PC/drivers/Common/bin/copy_xts_driver_files.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/Common/bin/copy_xts_driver_files.bat -------------------------------------------------------------------------------- /src/PC/drivers/Common/bin/delete_lrw_driver_files.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/Common/bin/delete_lrw_driver_files.bat -------------------------------------------------------------------------------- /src/PC/drivers/Common/bin/delete_xts_driver_files.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/Common/bin/delete_xts_driver_files.bat -------------------------------------------------------------------------------- /src/PC/drivers/Common/bin/setup_env_common.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/Common/bin/setup_env_common.bat -------------------------------------------------------------------------------- /src/PC/drivers/Common/bin/setup_env_driver.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/Common/bin/setup_env_driver.bat -------------------------------------------------------------------------------- /src/PC/drivers/Common/inc/FreeOTFEDriverlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/Common/inc/FreeOTFEDriverlib.h -------------------------------------------------------------------------------- /src/PC/drivers/Common/src/FreeOTFEDriverlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/Common/src/FreeOTFEDriverlib.c -------------------------------------------------------------------------------- /src/PC/drivers/DRIVER/DRIVER.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/DRIVER/DRIVER.vcproj -------------------------------------------------------------------------------- /src/PC/drivers/DRIVER/DRIVER.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/DRIVER/DRIVER.vcxproj -------------------------------------------------------------------------------- /src/PC/drivers/DRIVER/DRIVER.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/DRIVER/DRIVER.vcxproj.filters -------------------------------------------------------------------------------- /src/PC/drivers/DRIVER/inc/FreeOTFEAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/DRIVER/inc/FreeOTFEAPI.h -------------------------------------------------------------------------------- /src/PC/drivers/DRIVER/inc/FreeOTFEAPIConsts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/DRIVER/inc/FreeOTFEAPIConsts.h -------------------------------------------------------------------------------- /src/PC/drivers/DRIVER/my_build_sys.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/DRIVER/my_build_sys.bat -------------------------------------------------------------------------------- /src/PC/drivers/DRIVER/src/FreeOTFE.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/DRIVER/src/FreeOTFE.aps -------------------------------------------------------------------------------- /src/PC/drivers/DRIVER/src/FreeOTFE.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/DRIVER/src/FreeOTFE.c -------------------------------------------------------------------------------- /src/PC/drivers/DRIVER/src/FreeOTFE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/DRIVER/src/FreeOTFE.h -------------------------------------------------------------------------------- /src/PC/drivers/DRIVER/src/FreeOTFE.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/DRIVER/src/FreeOTFE.rc -------------------------------------------------------------------------------- /src/PC/drivers/DRIVER/src/IFSRelated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/DRIVER/src/IFSRelated.h -------------------------------------------------------------------------------- /src/PC/drivers/DRIVER/src/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/DRIVER/src/MAKEFILE -------------------------------------------------------------------------------- /src/PC/drivers/DRIVER/src/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/DRIVER/src/resource.h -------------------------------------------------------------------------------- /src/PC/drivers/DRIVER/src/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/DRIVER/src/sources -------------------------------------------------------------------------------- /src/PC/drivers/FreeOTFE.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/FreeOTFE.sln -------------------------------------------------------------------------------- /src/PC/drivers/FreeOTFE.sln.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/FreeOTFE.sln.old -------------------------------------------------------------------------------- /src/PC/drivers/FreeOTFE.suo.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/FreeOTFE.suo.old -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_MD/HASH_MD.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_MD/HASH_MD.vcproj -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_MD/HASH_MD.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_MD/HASH_MD.vcxproj -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_MD/_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_MD/_notes.txt -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_MD/my_build_sys.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_MD/my_build_sys.bat -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_MD/src/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_MD/src/MAKEFILE -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_MD/src/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_MD/src/resource.h -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_MD/src/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_MD/src/sources -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_NULL/_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_NULL/_notes.txt -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_NULL/src/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_NULL/src/MAKEFILE -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_NULL/src/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_NULL/src/resource.h -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_NULL/src/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_NULL/src/sources -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_RIPEMD/_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_RIPEMD/_notes.txt -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_RIPEMD/src/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_RIPEMD/src/MAKEFILE -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_RIPEMD/src/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_RIPEMD/src/sources -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_SHA/HASH_SHA.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_SHA/HASH_SHA.vcproj -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_SHA/HASH_SHA.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_SHA/HASH_SHA.vcxproj -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_SHA/_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_SHA/_notes.txt -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_SHA/my_build_sys.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_SHA/my_build_sys.bat -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_SHA/src/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_SHA/src/MAKEFILE -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_SHA/src/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_SHA/src/resource.h -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_SHA/src/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_SHA/src/sources -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_TIGER/_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_TIGER/_notes.txt -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_TIGER/src/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_TIGER/src/MAKEFILE -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_TIGER/src/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_TIGER/src/resource.h -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_TIGER/src/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_TIGER/src/sources -------------------------------------------------------------------------------- /src/PC/drivers/HASH_DRIVERS/HASH_WHIRLPOOL/_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/HASH_DRIVERS/HASH_WHIRLPOOL/_notes.txt -------------------------------------------------------------------------------- /src/PC/drivers/build_all_amd.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/build_all_amd.bat -------------------------------------------------------------------------------- /src/PC/drivers/build_all_x86.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/build_all_x86.bat -------------------------------------------------------------------------------- /src/PC/drivers/sign_all.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/drivers/sign_all.bat -------------------------------------------------------------------------------- /src/PC/gui/PC_GUIs.bpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/PC_GUIs.bpg -------------------------------------------------------------------------------- /src/PC/gui/PC_GUIs.groupproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/PC_GUIs.groupproj -------------------------------------------------------------------------------- /src/PC/gui/TestApps/TestPasswodFrameP.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/TestApps/TestPasswodFrameP.dpr -------------------------------------------------------------------------------- /src/PC/gui/TestApps/TestPasswodFrameP.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/TestApps/TestPasswodFrameP.dproj -------------------------------------------------------------------------------- /src/PC/gui/TestApps/TestPasswordFrame.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/TestApps/TestPasswordFrame.dfm -------------------------------------------------------------------------------- /src/PC/gui/TestApps/TestPasswordFrame.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/TestApps/TestPasswordFrame.pas -------------------------------------------------------------------------------- /src/PC/gui/common/CommonConsts.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/CommonConsts.pas -------------------------------------------------------------------------------- /src/PC/gui/common/CommonSettings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/CommonSettings.pas -------------------------------------------------------------------------------- /src/PC/gui/common/Filesystem/SDFilesystem.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/Filesystem/SDFilesystem.pas -------------------------------------------------------------------------------- /src/PC/gui/common/Filesystem/SDFilesystem_FAT.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/Filesystem/SDFilesystem_FAT.pas -------------------------------------------------------------------------------- /src/PC/gui/common/Filesystem/SDFilesystem_Local.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/Filesystem/SDFilesystem_Local.pas -------------------------------------------------------------------------------- /src/PC/gui/common/Filesystem/SDPartitionImage.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/Filesystem/SDPartitionImage.pas -------------------------------------------------------------------------------- /src/PC/gui/common/LUKSTools.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/LUKSTools.pas -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/AFSplitMerge.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/AFSplitMerge.pas -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFE/OTFEConsts_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/OTFE/OTFEConsts_U.pas -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFE/OTFE_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/OTFE/OTFE_U.pas -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFE/dummy.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFEBestCrypt/dummy.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFEFreeOTFE/DriverAPI.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/OTFEFreeOTFE/DriverAPI.pas -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFEFreeOTFE/DriverControl.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/OTFEFreeOTFE/DriverControl.pas -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFEFreeOTFE/PKCS11Lib.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/OTFEFreeOTFE/PKCS11Lib.pas -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFEFreeOTFE/VolumeFileAPI.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/OTFEFreeOTFE/VolumeFileAPI.pas -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFEFreeOTFE/cryptlib.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/OTFEFreeOTFE/cryptlib.pas -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFEFreeOTFE/frmCypherInfo.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/OTFEFreeOTFE/frmCypherInfo.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFEFreeOTFE/frmCypherInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/OTFEFreeOTFE/frmCypherInfo.pas -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFEFreeOTFE/frmHashInfo.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/OTFEFreeOTFE/frmHashInfo.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFEFreeOTFE/frmHashInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/OTFEFreeOTFE/frmHashInfo.pas -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFEFreeOTFE/frmWizard.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/OTFEFreeOTFE/frmWizard.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFEFreeOTFE/frmWizard.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/OTFEFreeOTFE/frmWizard.pas -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFEFreeOTFEBase_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/OTFEFreeOTFEBase_U.pas -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/OTFETrueCrypt/dummy.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/PC/gui/common/OTFE/SDURandPool.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/OTFE/SDURandPool.pas -------------------------------------------------------------------------------- /src/PC/gui/common/PartitionTools.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/PartitionTools.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDUForms.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDUForms.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/SDUForms.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDUForms.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDUFrames.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDUFrames.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/SDUFrames.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDUFrames.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanSecurity/HMAC/HMAC.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanSecurity/HMAC/HMAC.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanSecurity/HMAC/docs/rfc2104.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanSecurity/HMAC/docs/rfc2104.txt -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanSecurity/HMAC/docs/rfc2202.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanSecurity/HMAC/docs/rfc2202.txt -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanSecurity/PKCS#11/pkcs11f.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanSecurity/PKCS#11/pkcs11f.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanSecurity/PKCS#11/pkcs11t.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanSecurity/PKCS#11/pkcs11t.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanSecurity/Shredder/Shredder.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanSecurity/Shredder/Shredder.dcr -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanSecurity/Shredder/Shredder.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanSecurity/Shredder/Shredder.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUAboutDlg.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUAboutDlg.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUAboutDlg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUAboutDlg.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUBase64.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUBase64.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUBlocksPanel.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUBlocksPanel.dcr -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUClasses.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUClasses.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUDirIterator_U.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUDirIterator_U.dcr -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUDirIterator_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUDirIterator_U.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUDiskPropertiesDlg.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUDiskPropertiesDlg.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUDiskPropertiesDlg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUDiskPropertiesDlg.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUEndianIntegers.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUEndianIntegers.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUFilenameEdit_U.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUFilenameEdit_U.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUFilenameEdit_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUFilenameEdit_U.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUGeneral.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUGeneral.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUGraphics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUGraphics.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUHTTPServer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUHTTPServer.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDULogger_U.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDULogger_U.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUMRUList.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUMRUList.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUNetMsg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUNetMsg.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUObjectManager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUObjectManager.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDURegistry.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDURegistry.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUSysUtils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUSysUtils.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUWebDav.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUWebDav.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUWinHTTP.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUWinHTTP.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUWinHttp_API.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUWinHttp_API.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUWindows.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUWindows.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUWindows64.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUWindows64.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUi18n.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUi18n.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/SDUi18n_mo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/SDUi18n_mo.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/dlgProgress.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/dlgProgress.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/dlgProgress.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/dlgProgress.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/fmeSDUBlocks.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/fmeSDUBlocks.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/fmeSDUBlocks.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/fmeSDUBlocks.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/fmeSDUDiskPartitions.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/fmeSDUDiskPartitions.dcr -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/fmeSDUDiskPartitions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/fmeSDUDiskPartitions.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/fmeSDUDiskPartitions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/fmeSDUDiskPartitions.pas -------------------------------------------------------------------------------- /src/PC/gui/common/SDeanUtils/lcDialogs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/SDeanUtils/lcDialogs.pas -------------------------------------------------------------------------------- /src/PC/gui/common/cursors/Drag_Copy.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/cursors/Drag_Copy.cur -------------------------------------------------------------------------------- /src/PC/gui/common/cursors/Drag_Move.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/cursors/Drag_Move.cur -------------------------------------------------------------------------------- /src/PC/gui/common/fmeAutorunOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/fmeAutorunOptions.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/fmeAutorunOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/fmeAutorunOptions.pas -------------------------------------------------------------------------------- /src/PC/gui/common/fmeBaseOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/fmeBaseOptions.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/fmeBaseOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/fmeBaseOptions.pas -------------------------------------------------------------------------------- /src/PC/gui/common/fmeContainerSize.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/fmeContainerSize.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/fmeContainerSize.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/fmeContainerSize.pas -------------------------------------------------------------------------------- /src/PC/gui/common/fmeNewPassword.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/fmeNewPassword.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/fmeNewPassword.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/fmeNewPassword.pas -------------------------------------------------------------------------------- /src/PC/gui/common/fmePassword.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/fmePassword.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/fmePassword.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/fmePassword.pas -------------------------------------------------------------------------------- /src/PC/gui/common/fmePkcs11Options.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/fmePkcs11Options.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/fmePkcs11Options.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/fmePkcs11Options.pas -------------------------------------------------------------------------------- /src/PC/gui/common/frmAbout.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmAbout.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/frmAbout.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmAbout.pas -------------------------------------------------------------------------------- /src/PC/gui/common/frmCommonMain.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmCommonMain.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/frmCommonMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmCommonMain.pas -------------------------------------------------------------------------------- /src/PC/gui/common/frmCommonOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmCommonOptions.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/frmCommonOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmCommonOptions.pas -------------------------------------------------------------------------------- /src/PC/gui/common/frmCypherReport.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmCypherReport.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/frmCypherReport.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmCypherReport.pas -------------------------------------------------------------------------------- /src/PC/gui/common/frmFreeOTFEHdrDump.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmFreeOTFEHdrDump.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/frmFreeOTFEHdrDump.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmFreeOTFEHdrDump.pas -------------------------------------------------------------------------------- /src/PC/gui/common/frmGridReport.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmGridReport.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/frmGridReport.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmGridReport.pas -------------------------------------------------------------------------------- /src/PC/gui/common/frmHashReport.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmHashReport.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/frmHashReport.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmHashReport.pas -------------------------------------------------------------------------------- /src/PC/gui/common/frmHdrBackupRestore.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmHdrBackupRestore.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/frmHdrBackupRestore.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmHdrBackupRestore.pas -------------------------------------------------------------------------------- /src/PC/gui/common/frmHdrDump.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmHdrDump.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/frmHdrDump.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmHdrDump.pas -------------------------------------------------------------------------------- /src/PC/gui/common/frmInstallOnUSBDrive.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmInstallOnUSBDrive.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/frmInstallOnUSBDrive.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmInstallOnUSBDrive.pas -------------------------------------------------------------------------------- /src/PC/gui/common/frmLUKSHdrDump.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmLUKSHdrDump.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/frmLUKSHdrDump.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmLUKSHdrDump.pas -------------------------------------------------------------------------------- /src/PC/gui/common/frmVersionCheck.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmVersionCheck.dfm -------------------------------------------------------------------------------- /src/PC/gui/common/frmVersionCheck.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/frmVersionCheck.pas -------------------------------------------------------------------------------- /src/PC/gui/common/images/Button_File.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Button_File.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Button_Partition.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Button_Partition.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/OverlayPKCS11_Token.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/OverlayPKCS11_Token.ico -------------------------------------------------------------------------------- /src/PC/gui/common/images/OverlayTux.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/OverlayTux.ico -------------------------------------------------------------------------------- /src/PC/gui/common/images/PKCS11_Token.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/PKCS11_Token.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_Dismount.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_Dismount.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_Drive.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_Drive.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_DriveX2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_DriveX2.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_Extract.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_Extract.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_Extract2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_Extract2.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_MS_Back.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_MS_Back.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_MS_CopyTo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_MS_CopyTo.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_MS_Delete.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_MS_Delete.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_MS_Folders.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_MS_Folders.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_MS_Forward.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_MS_Forward.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_MS_MoveTo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_MS_MoveTo.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_MS_Up.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_MS_Up.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_MS_Views.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_MS_Views.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_New.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_New.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_Open.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_Open.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_Store.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_Store.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_Store2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_Store2.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Large_World.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Large_World.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_Back.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_Back.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_CopyTo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_CopyTo.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_Delete.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_Delete.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_Dismount.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_Dismount.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_Extract.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_Extract.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_Extract2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_Extract2.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_Folders.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_Folders.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_Forward.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_Forward.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_MoveTo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_MoveTo.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_New.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_New.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_Open.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_Open.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_Properties.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_Properties.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_Store.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_Store.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_Store2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_Store2.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_Up.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_Up.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_Views.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_Views.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Toolbar_Small_World.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Toolbar_Small_World.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/Tux16.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/Tux16.ico -------------------------------------------------------------------------------- /src/PC/gui/common/images/_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/_notes.txt -------------------------------------------------------------------------------- /src/PC/gui/common/images/base.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/base.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/images/base2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/images/base2.bmp -------------------------------------------------------------------------------- /src/PC/gui/common/lcCommandLine.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/lcCommandLine.pas -------------------------------------------------------------------------------- /src/PC/gui/common/lcConsts.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/lcConsts.pas -------------------------------------------------------------------------------- /src/PC/gui/common/lcDebugLog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/lcDebugLog.pas -------------------------------------------------------------------------------- /src/PC/gui/common/lcTypes.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/common/lcTypes.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/CheckFilesystem.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/CheckFilesystem.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/ExplorerSettings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/ExplorerSettings.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/ExplorerWebDAV.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/ExplorerWebDAV.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/FreeOTFEExplorer.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/FreeOTFEExplorer.cfg -------------------------------------------------------------------------------- /src/PC/gui/explorer/FreeOTFEExplorer.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/FreeOTFEExplorer.dof -------------------------------------------------------------------------------- /src/PC/gui/explorer/FreeOTFEExplorer.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/FreeOTFEExplorer.ico -------------------------------------------------------------------------------- /src/PC/gui/explorer/FreeOTFEExplorer.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/FreeOTFEExplorer.res -------------------------------------------------------------------------------- /src/PC/gui/explorer/FreeOTFEExplorerCursors.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/FreeOTFEExplorerCursors.res -------------------------------------------------------------------------------- /src/PC/gui/explorer/LibreCryptExplorer.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/LibreCryptExplorer.dpr -------------------------------------------------------------------------------- /src/PC/gui/explorer/LibreCryptExplorer.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/LibreCryptExplorer.dproj -------------------------------------------------------------------------------- /src/PC/gui/explorer/fmeAdvancedExplorerOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/fmeAdvancedExplorerOptions.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/fmeAdvancedExplorerOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/fmeAdvancedExplorerOptions.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/fmeCommonExplorerOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/fmeCommonExplorerOptions.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/fmeCommonExplorerOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/fmeCommonExplorerOptions.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/fmeExplorerOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/fmeExplorerOptions.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/fmeExplorerOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/fmeExplorerOptions.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/fmeExplorerWebDAVOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/fmeExplorerWebDAVOptions.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/fmeExplorerWebDAVOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/fmeExplorerWebDAVOptions.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmDirProperties.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmDirProperties.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmDirProperties.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmDirProperties.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmExplorerMain.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmExplorerMain.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmExplorerMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmExplorerMain.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmExplorerOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmExplorerOptions.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmExplorerOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmExplorerOptions.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmFileProperties.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmFileProperties.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmFileProperties.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmFileProperties.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmMultipleProperties.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmMultipleProperties.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmMultipleProperties.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmMultipleProperties.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmNewDirDlg.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmNewDirDlg.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmNewDirDlg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmNewDirDlg.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmOverwritePrompt.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmOverwritePrompt.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmOverwritePrompt.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmOverwritePrompt.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmProperties.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmProperties.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmProperties.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmProperties.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmSelectCopyOrMove.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmSelectCopyOrMove.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmSelectCopyOrMove.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmSelectCopyOrMove.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmSelectDirectory.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmSelectDirectory.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmSelectDirectory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmSelectDirectory.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmVolumeProperties.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmVolumeProperties.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmVolumeProperties.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmVolumeProperties.pas -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmWebDAVStatus.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmWebDAVStatus.dfm -------------------------------------------------------------------------------- /src/PC/gui/explorer/frmWebDAVStatus.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/explorer/frmWebDAVStatus.pas -------------------------------------------------------------------------------- /src/PC/gui/main/FreeOTFE.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/FreeOTFE.cfg -------------------------------------------------------------------------------- /src/PC/gui/main/FreeOTFE.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/FreeOTFE.dof -------------------------------------------------------------------------------- /src/PC/gui/main/FreeOTFESystemTrayIcons.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/FreeOTFESystemTrayIcons.dcr -------------------------------------------------------------------------------- /src/PC/gui/main/LibreCrypt.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/LibreCrypt.dpr -------------------------------------------------------------------------------- /src/PC/gui/main/LibreCrypt.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/LibreCrypt.dproj -------------------------------------------------------------------------------- /src/PC/gui/main/MainSettings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/MainSettings.pas -------------------------------------------------------------------------------- /src/PC/gui/main/fmeAdvancedOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/fmeAdvancedOptions.dfm -------------------------------------------------------------------------------- /src/PC/gui/main/fmeAdvancedOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/fmeAdvancedOptions.pas -------------------------------------------------------------------------------- /src/PC/gui/main/fmeGeneralOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/fmeGeneralOptions.dfm -------------------------------------------------------------------------------- /src/PC/gui/main/fmeGeneralOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/fmeGeneralOptions.pas -------------------------------------------------------------------------------- /src/PC/gui/main/fmeHotKeysOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/fmeHotKeysOptions.dfm -------------------------------------------------------------------------------- /src/PC/gui/main/fmeHotKeysOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/fmeHotKeysOptions.pas -------------------------------------------------------------------------------- /src/PC/gui/main/fmeLcOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/fmeLcOptions.dfm -------------------------------------------------------------------------------- /src/PC/gui/main/fmeLcOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/fmeLcOptions.pas -------------------------------------------------------------------------------- /src/PC/gui/main/fmeSystemTrayOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/fmeSystemTrayOptions.dfm -------------------------------------------------------------------------------- /src/PC/gui/main/fmeSystemTrayOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/fmeSystemTrayOptions.pas -------------------------------------------------------------------------------- /src/PC/gui/main/frmCreateLUKSVolumeWizard.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/frmCreateLUKSVolumeWizard.dfm -------------------------------------------------------------------------------- /src/PC/gui/main/frmCreateLUKSVolumeWizard.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/frmCreateLUKSVolumeWizard.pas -------------------------------------------------------------------------------- /src/PC/gui/main/frmMain.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/frmMain.dfm -------------------------------------------------------------------------------- /src/PC/gui/main/frmMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/frmMain.pas -------------------------------------------------------------------------------- /src/PC/gui/main/frmOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/frmOptions.dfm -------------------------------------------------------------------------------- /src/PC/gui/main/frmOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/frmOptions.pas -------------------------------------------------------------------------------- /src/PC/gui/main/frmSelectOverwriteMethod.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/frmSelectOverwriteMethod.dfm -------------------------------------------------------------------------------- /src/PC/gui/main/frmSelectOverwriteMethod.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/frmSelectOverwriteMethod.pas -------------------------------------------------------------------------------- /src/PC/gui/main/frmVolProperties.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/frmVolProperties.dfm -------------------------------------------------------------------------------- /src/PC/gui/main/frmVolProperties.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/main/frmVolProperties.pas -------------------------------------------------------------------------------- /src/PC/gui/translation/cs/default.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/translation/cs/default.po -------------------------------------------------------------------------------- /src/PC/gui/translation/de/default.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/translation/de/default.po -------------------------------------------------------------------------------- /src/PC/gui/translation/el/default.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/translation/el/default.po -------------------------------------------------------------------------------- /src/PC/gui/translation/es/default.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/translation/es/default.po -------------------------------------------------------------------------------- /src/PC/gui/translation/es/default2.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/translation/es/default2.po -------------------------------------------------------------------------------- /src/PC/gui/translation/fr/default.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/translation/fr/default.po -------------------------------------------------------------------------------- /src/PC/gui/translation/hr/default.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/translation/hr/default.po -------------------------------------------------------------------------------- /src/PC/gui/translation/ignore.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/translation/ignore.po -------------------------------------------------------------------------------- /src/PC/gui/translation/it/default.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/translation/it/default.po -------------------------------------------------------------------------------- /src/PC/gui/translation/jp/default.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/translation/jp/default.po -------------------------------------------------------------------------------- /src/PC/gui/translation/ru/default.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/translation/ru/default.po -------------------------------------------------------------------------------- /src/PC/gui/translation/zh-cn/default.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/translation/zh-cn/default.po -------------------------------------------------------------------------------- /src/PC/gui/translation/zh-tw/default.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PC/gui/translation/zh-tw/default.po -------------------------------------------------------------------------------- /src/PDA/Common/inc/FreeOTFE4PDAAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/Common/inc/FreeOTFE4PDAAPI.h -------------------------------------------------------------------------------- /src/PDA/Common/inc/FreeOTFE4PDARegistry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/Common/inc/FreeOTFE4PDARegistry.h -------------------------------------------------------------------------------- /src/PDA/Common/inc/FreeOTFE4PDAlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/Common/inc/FreeOTFE4PDAlib.h -------------------------------------------------------------------------------- /src/PDA/Common/src/FreeOTFE4PDARegistry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/Common/src/FreeOTFE4PDARegistry.c -------------------------------------------------------------------------------- /src/PDA/Common/src/FreeOTFE4PDAlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/Common/src/FreeOTFE4PDAlib.c -------------------------------------------------------------------------------- /src/PDA/DoxBoxDLLs.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/DoxBoxDLLs.sln -------------------------------------------------------------------------------- /src/PDA/drivers/Common/inc/FreeOTFE4PDADriverlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/Common/inc/FreeOTFE4PDADriverlib.h -------------------------------------------------------------------------------- /src/PDA/drivers/Common/src/FreeOTFE4PDADriverlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/Common/src/FreeOTFE4PDADriverlib.c -------------------------------------------------------------------------------- /src/PDA/drivers/DRIVER/DRIVER.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/DRIVER/DRIVER.sln -------------------------------------------------------------------------------- /src/PDA/drivers/DRIVER/DRIVER.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/DRIVER/DRIVER.vcproj -------------------------------------------------------------------------------- /src/PDA/drivers/DRIVER/DRIVER.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/DRIVER/DRIVER.vcxproj -------------------------------------------------------------------------------- /src/PDA/drivers/DRIVER/DRIVER.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/DRIVER/DRIVER.vcxproj.filters -------------------------------------------------------------------------------- /src/PDA/drivers/DRIVER/Resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/DRIVER/Resource.h -------------------------------------------------------------------------------- /src/PDA/drivers/DRIVER/inc/FreeOTFE4PDA.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/DRIVER/inc/FreeOTFE4PDA.def -------------------------------------------------------------------------------- /src/PDA/drivers/DRIVER/inc/FreeOTFE4PDA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/DRIVER/inc/FreeOTFE4PDA.h -------------------------------------------------------------------------------- /src/PDA/drivers/DRIVER/inc/FreeOTFE4PDAAPIConsts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/DRIVER/inc/FreeOTFE4PDAAPIConsts.h -------------------------------------------------------------------------------- /src/PDA/drivers/DRIVER/src/FreeOTFE4PDA.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/DRIVER/src/FreeOTFE4PDA.aps -------------------------------------------------------------------------------- /src/PDA/drivers/DRIVER/src/FreeOTFE4PDA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/DRIVER/src/FreeOTFE4PDA.c -------------------------------------------------------------------------------- /src/PDA/drivers/DRIVER/src/FreeOTFE4PDA.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/DRIVER/src/FreeOTFE4PDA.rc -------------------------------------------------------------------------------- /src/PDA/drivers/DRIVER/src/mydiskio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/DRIVER/src/mydiskio.h -------------------------------------------------------------------------------- /src/PDA/drivers/DRIVER/src/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/DRIVER/src/resource.h -------------------------------------------------------------------------------- /src/PDA/drivers/DRIVER/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/DRIVER/targetver.h -------------------------------------------------------------------------------- /src/PDA/drivers/HASH_DRIVERS/HASH_MD/HASH_MD.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/HASH_DRIVERS/HASH_MD/HASH_MD.sln -------------------------------------------------------------------------------- /src/PDA/drivers/HASH_DRIVERS/HASH_MD/HASH_MD.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/HASH_DRIVERS/HASH_MD/HASH_MD.vcproj -------------------------------------------------------------------------------- /src/PDA/drivers/HASH_DRIVERS/HASH_MD/HASH_MD.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/HASH_DRIVERS/HASH_MD/HASH_MD.vcxproj -------------------------------------------------------------------------------- /src/PDA/drivers/HASH_DRIVERS/HASH_MD/H_MD.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/HASH_DRIVERS/HASH_MD/H_MD.sln -------------------------------------------------------------------------------- /src/PDA/drivers/HASH_DRIVERS/HASH_MD/src/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/HASH_DRIVERS/HASH_MD/src/resource.h -------------------------------------------------------------------------------- /src/PDA/drivers/HASH_DRIVERS/HASH_NULL/HASH_NULL.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/HASH_DRIVERS/HASH_NULL/HASH_NULL.sln -------------------------------------------------------------------------------- /src/PDA/drivers/HASH_DRIVERS/HASH_NULL/src/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/HASH_DRIVERS/HASH_NULL/src/resource.h -------------------------------------------------------------------------------- /src/PDA/drivers/HASH_DRIVERS/HASH_SHA/HASH_SHA.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/HASH_DRIVERS/HASH_SHA/HASH_SHA.sln -------------------------------------------------------------------------------- /src/PDA/drivers/HASH_DRIVERS/HASH_SHA/HASH_SHA.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/HASH_DRIVERS/HASH_SHA/HASH_SHA.vcproj -------------------------------------------------------------------------------- /src/PDA/drivers/HASH_DRIVERS/HASH_SHA/src/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/drivers/HASH_DRIVERS/HASH_SHA/src/resource.h -------------------------------------------------------------------------------- /src/PDA/gui/gui.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/gui.vcproj -------------------------------------------------------------------------------- /src/PDA/gui/gui.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/gui.vcxproj -------------------------------------------------------------------------------- /src/PDA/gui/images/wndMain_Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/images/wndMain_Toolbar.bmp -------------------------------------------------------------------------------- /src/PDA/gui/src/DriverInterface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/DriverInterface.c -------------------------------------------------------------------------------- /src/PDA/gui/src/DriverInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/DriverInterface.h -------------------------------------------------------------------------------- /src/PDA/gui/src/DriverInterfaceCommon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/DriverInterfaceCommon.c -------------------------------------------------------------------------------- /src/PDA/gui/src/DriverInterfaceCommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/DriverInterfaceCommon.h -------------------------------------------------------------------------------- /src/PDA/gui/src/DriverInterfaceCypher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/DriverInterfaceCypher.c -------------------------------------------------------------------------------- /src/PDA/gui/src/DriverInterfaceCypher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/DriverInterfaceCypher.h -------------------------------------------------------------------------------- /src/PDA/gui/src/DriverInterfaceHash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/DriverInterfaceHash.c -------------------------------------------------------------------------------- /src/PDA/gui/src/DriverInterfaceHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/DriverInterfaceHash.h -------------------------------------------------------------------------------- /src/PDA/gui/src/DriverInterfaceTwo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/DriverInterfaceTwo.c -------------------------------------------------------------------------------- /src/PDA/gui/src/DriverInterfaceTwo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/DriverInterfaceTwo.h -------------------------------------------------------------------------------- /src/PDA/gui/src/FreeOTFE4PDA.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/FreeOTFE4PDA.aps -------------------------------------------------------------------------------- /src/PDA/gui/src/FreeOTFE4PDA.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/FreeOTFE4PDA.rc -------------------------------------------------------------------------------- /src/PDA/gui/src/FreeOTFE4PDADriverList.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/FreeOTFE4PDADriverList.c -------------------------------------------------------------------------------- /src/PDA/gui/src/FreeOTFE4PDADriverList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/FreeOTFE4PDADriverList.h -------------------------------------------------------------------------------- /src/PDA/gui/src/FreeOTFE4PDAGUIlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/FreeOTFE4PDAGUIlib.c -------------------------------------------------------------------------------- /src/PDA/gui/src/FreeOTFE4PDAGUIlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/FreeOTFE4PDAGUIlib.h -------------------------------------------------------------------------------- /src/PDA/gui/src/FreeOTFE4PDAOptions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/FreeOTFE4PDAOptions.c -------------------------------------------------------------------------------- /src/PDA/gui/src/FreeOTFE4PDAOptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/FreeOTFE4PDAOptions.h -------------------------------------------------------------------------------- /src/PDA/gui/src/FreeOTFEGUIlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/FreeOTFEGUIlib.c -------------------------------------------------------------------------------- /src/PDA/gui/src/FreeOTFEGUIlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/FreeOTFEGUIlib.h -------------------------------------------------------------------------------- /src/PDA/gui/src/FreeOTFEStats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/FreeOTFEStats.c -------------------------------------------------------------------------------- /src/PDA/gui/src/FreeOTFEStats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/FreeOTFEStats.h -------------------------------------------------------------------------------- /src/PDA/gui/src/LUKS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/LUKS.c -------------------------------------------------------------------------------- /src/PDA/gui/src/LUKS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/LUKS.h -------------------------------------------------------------------------------- /src/PDA/gui/src/LUKSAFS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/LUKSAFS.c -------------------------------------------------------------------------------- /src/PDA/gui/src/LUKSAFS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/LUKSAFS.h -------------------------------------------------------------------------------- /src/PDA/gui/src/LUKSAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/LUKSAPI.h -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgAbout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgAbout.c -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgAbout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgAbout.h -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgBackupRestore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgBackupRestore.c -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgBackupRestore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgBackupRestore.h -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgChpassKeyfileWizard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgChpassKeyfileWizard.c -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgChpassKeyfileWizard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgChpassKeyfileWizard.h -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgCypherInfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgCypherInfo.c -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgCypherInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgCypherInfo.h -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgDumpCDBWizard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgDumpCDBWizard.c -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgDumpCDBWizard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgDumpCDBWizard.h -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgDumpLUKSWizard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgDumpLUKSWizard.c -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgDumpLUKSWizard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgDumpLUKSWizard.h -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgHashInfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgHashInfo.c -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgHashInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgHashInfo.h -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgMount.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgMount.c -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgMount.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgMount.h -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgMountLUKS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgMountLUKS.c -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgMountLUKS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgMountLUKS.h -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgNewVolWizard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgNewVolWizard.c -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgNewVolWizard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgNewVolWizard.h -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgOptions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgOptions.c -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgOptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgOptions.h -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgProperties.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgProperties.c -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgProperties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgProperties.h -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgTranslation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgTranslation.c -------------------------------------------------------------------------------- /src/PDA/gui/src/dlgTranslation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/dlgTranslation.h -------------------------------------------------------------------------------- /src/PDA/gui/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/main.c -------------------------------------------------------------------------------- /src/PDA/gui/src/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/main.h -------------------------------------------------------------------------------- /src/PDA/gui/src/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/resource.h -------------------------------------------------------------------------------- /src/PDA/gui/src/wndMain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/wndMain.c -------------------------------------------------------------------------------- /src/PDA/gui/src/wndMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/wndMain.h -------------------------------------------------------------------------------- /src/PDA/gui/src/wndUserRNG.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/wndUserRNG.c -------------------------------------------------------------------------------- /src/PDA/gui/src/wndUserRNG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/gui/src/wndUserRNG.h -------------------------------------------------------------------------------- /src/PDA/test_projects/aes_gladman/aes_gladman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/test_projects/aes_gladman/aes_gladman.c -------------------------------------------------------------------------------- /src/PDA/test_projects/aes_gladman/aes_gladman.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/test_projects/aes_gladman/aes_gladman.sln -------------------------------------------------------------------------------- /src/PDA/test_projects/aes_gladman/aes_gladman.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/test_projects/aes_gladman/aes_gladman.vcxproj -------------------------------------------------------------------------------- /src/PDA/translation/ignore.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/PDA/translation/ignore.po -------------------------------------------------------------------------------- /src/clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/clean.bat -------------------------------------------------------------------------------- /src/cmdline_tools/DECRYPT_AES__2K__tlc/my_build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/cmdline_tools/DECRYPT_AES__2K__tlc/my_build.bat -------------------------------------------------------------------------------- /src/cmdline_tools/DECRYPT_AES__2K__tlc/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/cmdline_tools/DECRYPT_AES__2K__tlc/src/main.c -------------------------------------------------------------------------------- /src/cmdline_tools/DECRYPT_AES__tlc/my_build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/cmdline_tools/DECRYPT_AES__tlc/my_build.bat -------------------------------------------------------------------------------- /src/cmdline_tools/DECRYPT_AES__tlc/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/cmdline_tools/DECRYPT_AES__tlc/src/main.c -------------------------------------------------------------------------------- /src/cmdline_tools/DECRYPT_TWOFISH__tlc/_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/cmdline_tools/DECRYPT_TWOFISH__tlc/_notes.txt -------------------------------------------------------------------------------- /src/cmdline_tools/DECRYPT_TWOFISH__tlc/my_build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/cmdline_tools/DECRYPT_TWOFISH__tlc/my_build.bat -------------------------------------------------------------------------------- /src/cmdline_tools/DECRYPT_TWOFISH__tlc/my_pclint.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/cmdline_tools/DECRYPT_TWOFISH__tlc/my_pclint.bat -------------------------------------------------------------------------------- /src/cmdline_tools/DECRYPT_TWOFISH__tlc/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/cmdline_tools/DECRYPT_TWOFISH__tlc/src/main.c -------------------------------------------------------------------------------- /src/cmdline_tools/DECRYPT_XOR/DECRYPT_XOR.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/cmdline_tools/DECRYPT_XOR/DECRYPT_XOR.vcproj -------------------------------------------------------------------------------- /src/cmdline_tools/DECRYPT_XOR/DECRYPT_XOR.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/cmdline_tools/DECRYPT_XOR/DECRYPT_XOR.vcxproj -------------------------------------------------------------------------------- /src/cmdline_tools/DECRYPT_XOR/my_build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/cmdline_tools/DECRYPT_XOR/my_build.bat -------------------------------------------------------------------------------- /src/cmdline_tools/DECRYPT_XOR/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/cmdline_tools/DECRYPT_XOR/src/main.c -------------------------------------------------------------------------------- /src/cmdline_tools/FreeOTFE_cmdline_tools.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/cmdline_tools/FreeOTFE_cmdline_tools.sln -------------------------------------------------------------------------------- /src/cmdline_tools/cmdline_common.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/cmdline_tools/cmdline_common.bat -------------------------------------------------------------------------------- /src/linux/doxbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/linux/doxbox.sh -------------------------------------------------------------------------------- /src/sign_exes.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/src/sign_exes.bat -------------------------------------------------------------------------------- /test_vols/README.txt: -------------------------------------------------------------------------------- 1 | Congratulations! 2 | You have opened an encrypted container. -------------------------------------------------------------------------------- /test_vols/a.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/test_vols/a.box -------------------------------------------------------------------------------- /test_vols/b.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/test_vols/b.box -------------------------------------------------------------------------------- /test_vols/c.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/test_vols/c.box -------------------------------------------------------------------------------- /test_vols/d.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/test_vols/d.box -------------------------------------------------------------------------------- /test_vols/dmcrypt_dx.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/test_vols/dmcrypt_dx.box -------------------------------------------------------------------------------- /test_vols/dmcrypt_dx.les: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/test_vols/dmcrypt_dx.les -------------------------------------------------------------------------------- /test_vols/dmcrypt_hid.les: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/test_vols/dmcrypt_hid.les -------------------------------------------------------------------------------- /test_vols/e.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/test_vols/e.box -------------------------------------------------------------------------------- /test_vols/f.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/test_vols/f.box -------------------------------------------------------------------------------- /test_vols/keyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/test_vols/keyfile -------------------------------------------------------------------------------- /test_vols/luks.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/test_vols/luks.box -------------------------------------------------------------------------------- /test_vols/testing.jot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/test_vols/testing.jot -------------------------------------------------------------------------------- /tools/JCF2Settings.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/tools/JCF2Settings.cfg -------------------------------------------------------------------------------- /tools/JcfSettings_for_doxbox.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/tools/JcfSettings_for_doxbox.cfg -------------------------------------------------------------------------------- /tools/gnugettext.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/tools/gnugettext.pas -------------------------------------------------------------------------------- /tools/jcf_for_doxbox.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/tools/jcf_for_doxbox.bat -------------------------------------------------------------------------------- /tools/md2htm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/tools/md2htm.sh -------------------------------------------------------------------------------- /tools/setup_jcf_for_doxbox.jot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-d-k/LibreCrypt/HEAD/tools/setup_jcf_for_doxbox.jot --------------------------------------------------------------------------------