Package Exports
- buttercup
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (buttercup) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Buttercup core library
A NodeJS password vault.
This library
This repository holds the core system functionality:
- Archive reading/writing
- Encryption/decryption
- Low-level processing and manipulation
- Archive format handling
About
Buttercup manages credentials in an encrypted archive. The archive utilises a delta-based (history) archive description method to load and save data. This allows for more robust saving and loading whilst protecting against external file changes by allowing some degree of merging.
Features
- AES 256 bit GCM encryption
- Archive change delta tracking
- WebDAV remote file support
