Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MacPass/KeePassKit
KeePass Database loading, storing and manipulation framework
https://github.com/MacPass/KeePassKit
kdb kdb-library kdbx keepass objective-c password-store
Last synced: 2 months ago
JSON representation
KeePass Database loading, storing and manipulation framework
- Host: GitHub
- URL: https://github.com/MacPass/KeePassKit
- Owner: MacPass
- License: other
- Created: 2013-07-11T22:53:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T09:48:27.000Z (about 1 year ago)
- Last Synced: 2024-11-05T22:06:17.222Z (3 months ago)
- Topics: kdb, kdb-library, kdbx, keepass, objective-c, password-store
- Language: Objective-C
- Size: 25 MB
- Stars: 125
- Watchers: 15
- Forks: 39
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-keepass - KeePassKit - `Objective-C` KeePass database loading, storing and manipulation (API libraries / Other clients)
README
# KeePassKit
[![Build Status](https://travis-ci.org/MacPass/KeePassKit.svg?branch=master)](https://travis-ci.org/MacPass/KeePassKit)
![CI](https://github.com/MacPass/KeePassKit/workflows/CI/badge.svg)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)KeePass database loading, storing and manipulation framework.
It's inspired by [MiniKeePass](https://github.com/MiniKeePass/MiniKeePass) and [KeePass Database Library](https://github.com/mykeepass/KeePassLib) but has diverged a lot over the development.## Contributors
[Chester Liu]([email protected])
[Jordan Sechler]([email protected])
[Maxime Epain]([email protected])## License
KeePassKit - Cocoa KeePass Library
Copyright (c) 2012-2016 Michael Starke, HicknHack Software GmbHThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .## References
KeePassKit uses code from the following projects
[Argon2](https://github.com/P-H-C/phc-winner-argon2) Copyright (c) 2015 Daniel Dinu, Dmitry Khovratovich (main authors), Jean-Philippe Aumasson and Samuel Neves
[ChaCha20 Simple](http://chacha20.insanecoding.org/) Copyright (c) 2014 insane coder (http://insanecoding.blogspot.com/, http://chacha20.insanecoding.org/)
Twofish Copyright (c) 2002 by Niels Ferguson.
[KissXML](https://github.com/robbiehanson/KissXML) Copyright (c) 2012 Robbie Hanson. All rights reserved.
[MiniKeePass](https://github.com/MiniKeePass/MiniKeePass) Copyright (c) 2011 Jason Rush and John Flanagan. All rights reserved.
[KeePass Database Library](https://github.com/mykeepass/KeePassLib) Copyright (c) 2010 Qiang Yu. All rights reserved.
[KeepassX](https://gitorious.org/~sergeidanilov/keepassx/gdrive-keepassx) Copyright (c) 2012 Felix Geyer
[NSData Gzip Category](http://www.cocoadev.com/index.pl?NSDataCategory) from the [CocoaDev Wiki](http://www.cocoadev.com)
[NSData CommonCrypto Category](https://github.com/AlanQuatermain/aqtoolkit) Copyright (c) 2008-2009 Jim Dovey, All rights reserved.