Jump to content

KeeWeb: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Wikipedia:OR refs removed; 404 fixed
No edit summary
Line 15: Line 15:
}}
}}


'''KeeWeb''' is a [[Free and open-source software|free and open-source]] [[password manager]] compatible with [[KeePass]], available as a web version and desktop apps. The underlying file format is KDBX (KeePass database file).<ref>{{cite web|title=KdbxWeb README - Compatibility |url=https://github.com/keeweb/kdbxweb#compatibility |publisher=GitHub |accessdate=March 29, 2020}}</ref> KeeWeb was praised by Ghacks Technology News in 2016 as "brand-new" fixing the "shortcoming of a web-based version" of KeePass, and by Tech Advisor in 2020 as "well-designed cross-platform password manager".<ref>{{cite web|title=KeeWeb: Self-hosted KeePass Web and Desktop client |url=https://www.ghacks.net/2016/02/25/keeweb-self-hosted-keepass-web-and-desktop-client/ |publisher=[[Martin Brinkmann]] |accessdate=July 23, 2020}}</ref><ref>{{cite web|title=KeeWeb 1.15.5 |url=https://www.macworld.co.uk/download/security/keeweb-mac-1155-3785673/ |publisher=Chris Wiles |date=2020-06-15 |publisher=[[Macworld]] |accessdate=2020-10-29}}</ref>
'''KeeWeb''' is a [[Free and open-source software|free and open-source]] [[password manager]] compatible with [[KeePass]], available as a web version and desktop apps. The underlying file format is KDBX (KeePass database file).<ref>{{cite web|title=KdbxWeb README - Compatibility |url=https://github.com/keeweb/kdbxweb#compatibility |publisher=GitHub |accessdate=March 29, 2020}}</ref> KeeWeb was praised by Ghacks Technology News in 2016 as "brand-new" fixing the "shortcoming of a web-based version" of KeePass, and by Tech Advisor in 2020 as "well-designed cross-platform password manager".<ref>{{cite web|title=KeeWeb: Self-hosted KeePass Web and Desktop client |url=https://www.ghacks.net/2016/02/25/keeweb-self-hosted-keepass-web-and-desktop-client/ |publisher=[[Martin Brinkmann]] |accessdate=July 23, 2020}}</ref><ref>{{cite web|title=KeeWeb 1.15.5 |url=https://www.macworld.co.uk/download/security/keeweb-mac-1155-3785673/ |author=Chris Wiles |date=2020-06-15 |publisher=[[Macworld]] |accessdate=2020-10-29}}</ref>


It is written in [[JavaScript]] and makes use of [[Web Cryptography API|WebCrypto]] and [[WebAssembly]] to work with password files directly in browser, without uploading them to a server. It can synchronize files with popular file hosting services, such as [[Dropbox (service)|Dropbox]], [[Google Drive]] or [[OneDrive]].<ref>{{cite web|url=https://github.com/keeweb/keeweb/wiki/Dropbox-and-GDrive|title=Dropbox and GDrive|author=Dimitri Witkowski|date=2020-09-12|access-date=2020-10-29}}</ref>
It is written in [[JavaScript]] and makes use of [[Web Cryptography API|WebCrypto]] and [[WebAssembly]] to work with password files directly in browser, without uploading them to a server. It can synchronize files with popular file hosting services, such as [[Dropbox (service)|Dropbox]], [[Google Drive]] or [[OneDrive]].<ref>{{cite web|url=https://github.com/keeweb/keeweb/wiki/Dropbox-and-GDrive|title=Dropbox and GDrive|author=Dimitri Witkowski|date=2020-09-12|access-date=2020-10-29}}</ref>

Revision as of 23:01, 31 October 2020

KeeWeb
Developer(s)Dimitri Witkowski
Repositorygithub.com/keeweb/keeweb
Written inJavaScript
Operating systemCross-platform (Linux, macOS, Windows, Android, iOS)
Available inEnglish
TypePassword manager
LicenseMIT
Websitekeeweb.info

KeeWeb is a free and open-source password manager compatible with KeePass, available as a web version and desktop apps. The underlying file format is KDBX (KeePass database file).[1] KeeWeb was praised by Ghacks Technology News in 2016 as "brand-new" fixing the "shortcoming of a web-based version" of KeePass, and by Tech Advisor in 2020 as "well-designed cross-platform password manager".[2][3]

It is written in JavaScript and makes use of WebCrypto and WebAssembly to work with password files directly in browser, without uploading them to a server. It can synchronize files with popular file hosting services, such as Dropbox, Google Drive or OneDrive.[4]

The same JavaScript code is also packaged as desktop apps built with Electron. The desktop version adds some features not available on web:[5]

  • auto-typing passwords
  • ability to open and save local files
  • sync to WebDAV without CORS enabled

KeeWeb can also be deployed as a standalone server, or installed as a Nextcloud app.[6]

See also

References

  1. ^ "KdbxWeb README - Compatibility". GitHub. Retrieved March 29, 2020.
  2. ^ "KeeWeb: Self-hosted KeePass Web and Desktop client". Martin Brinkmann. Retrieved July 23, 2020.
  3. ^ Chris Wiles (2020-06-15). "KeeWeb 1.15.5". Macworld. Retrieved 2020-10-29.
  4. ^ Dimitri Witkowski (2020-09-12). "Dropbox and GDrive". Retrieved 2020-10-29.
  5. ^ "KeeWeb documentation (wiki)". GitHub. Retrieved 2020-10-29.
  6. ^ "Keeweb - Apps - App Store - Nextcloud". Nextcloud App Store. Retrieved March 29, 2020.