{"id":13721998,"url":"https://github.com/MacPass/KeePassKit","last_synced_at":"2025-05-07T14:31:07.062Z","repository":{"id":9470584,"uuid":"11355102","full_name":"MacPass/KeePassKit","owner":"MacPass","description":"KeePass Database loading, storing and manipulation framework","archived":false,"fork":false,"pushed_at":"2023-11-14T09:48:27.000Z","size":26170,"stargazers_count":129,"open_issues_count":8,"forks_count":41,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-19T18:53:15.736Z","etag":null,"topics":["kdb","kdb-library","kdbx","keepass","objective-c","password-store"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MacPass.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2013-07-11T22:53:08.000Z","updated_at":"2025-04-03T20:48:22.000Z","dependencies_parsed_at":"2023-11-14T10:47:34.856Z","dependency_job_id":null,"html_url":"https://github.com/MacPass/KeePassKit","commit_stats":{"total_commits":1205,"total_committers":6,"mean_commits":"200.83333333333334","dds":"0.040663900414937726","last_synced_commit":"789f86d0cd406460188c75c8811219e0c05f63ae"},"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPass%2FKeePassKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPass%2FKeePassKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPass%2FKeePassKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPass%2FKeePassKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MacPass","download_url":"https://codeload.github.com/MacPass/KeePassKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252895549,"owners_count":21821179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kdb","kdb-library","kdbx","keepass","objective-c","password-store"],"created_at":"2024-08-03T01:01:23.489Z","updated_at":"2025-05-07T14:31:02.043Z","avatar_url":"https://github.com/MacPass.png","language":"Objective-C","funding_links":[],"categories":["API libraries"],"sub_categories":["Other clients"],"readme":"# KeePassKit\n\n[![Build Status](https://travis-ci.org/MacPass/KeePassKit.svg?branch=master)](https://travis-ci.org/MacPass/KeePassKit)\n![CI](https://github.com/MacPass/KeePassKit/workflows/CI/badge.svg)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\nKeePass database loading, storing and manipulation framework.\nIt'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.\n\n## Contributors\n\n[Chester Liu](skyline75489@outlook.com)\n[Jordan Sechler](jordan.sechler@gmail.com)\n[Maxime Epain](me@maxep.me)\n\n## License\n\nKeePassKit - Cocoa KeePass Library\nCopyright (c) 2012-2016  Michael Starke, HicknHack Software GmbH\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\n\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n## References\n\nKeePassKit uses code from the following projects\n\n[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\n\n[ChaCha20 Simple](http://chacha20.insanecoding.org/) Copyright (c) 2014 insane coder (http://insanecoding.blogspot.com/, http://chacha20.insanecoding.org/)\n\nTwofish Copyright (c) 2002 by Niels Ferguson.\n\n[KissXML](https://github.com/robbiehanson/KissXML) Copyright (c) 2012 Robbie Hanson. All rights reserved.\n\n[MiniKeePass](https://github.com/MiniKeePass/MiniKeePass) Copyright (c) 2011 Jason Rush and John Flanagan. All rights reserved.\n\n[KeePass Database Library](https://github.com/mykeepass/KeePassLib) Copyright (c) 2010 Qiang Yu. All rights reserved.\n\n[KeepassX](https://gitorious.org/~sergeidanilov/keepassx/gdrive-keepassx) Copyright (c) 2012 Felix Geyer \u003cdebfx@fobos.de\u003e\n\n[NSData Gzip Category](http://www.cocoadev.com/index.pl?NSDataCategory) from the [CocoaDev Wiki](http://www.cocoadev.com)\n\n[NSData CommonCrypto Category](https://github.com/AlanQuatermain/aqtoolkit) Copyright (c) 2008-2009 Jim Dovey, All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMacPass%2FKeePassKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMacPass%2FKeePassKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMacPass%2FKeePassKit/lists"}