├── .gitignore ├── KeePassNewKeyExport.csproj ├── KeePassNewKeyExport.sln ├── KeePassNewKeyExportExt.cs ├── LICENSE ├── NewKeyKdb2x.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs └── Resources.resx ├── README.md ├── Resources └── B16x16_KeePassPlus.png └── keepass.version /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanisEst/KeePassNewKeyExport/HEAD/.gitignore -------------------------------------------------------------------------------- /KeePassNewKeyExport.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanisEst/KeePassNewKeyExport/HEAD/KeePassNewKeyExport.csproj -------------------------------------------------------------------------------- /KeePassNewKeyExport.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanisEst/KeePassNewKeyExport/HEAD/KeePassNewKeyExport.sln -------------------------------------------------------------------------------- /KeePassNewKeyExportExt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanisEst/KeePassNewKeyExport/HEAD/KeePassNewKeyExportExt.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanisEst/KeePassNewKeyExport/HEAD/LICENSE -------------------------------------------------------------------------------- /NewKeyKdb2x.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanisEst/KeePassNewKeyExport/HEAD/NewKeyKdb2x.cs -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanisEst/KeePassNewKeyExport/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanisEst/KeePassNewKeyExport/HEAD/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanisEst/KeePassNewKeyExport/HEAD/Properties/Resources.resx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanisEst/KeePassNewKeyExport/HEAD/README.md -------------------------------------------------------------------------------- /Resources/B16x16_KeePassPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanisEst/KeePassNewKeyExport/HEAD/Resources/B16x16_KeePassPlus.png -------------------------------------------------------------------------------- /keepass.version: -------------------------------------------------------------------------------- 1 | : 2 | KeePassNewKeyExport:1.1.0 3 | : 4 | --------------------------------------------------------------------------------