Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 GmbH

This 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 of

MERCHANTABILITY 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.