https://github.com/detunized/opvault-ruby
OPVault format parser in Ruby
https://github.com/detunized/opvault-ruby
1password opvault password-manager ruby
Last synced: 6 months ago
JSON representation
OPVault format parser in Ruby
- Host: GitHub
- URL: https://github.com/detunized/opvault-ruby
- Owner: detunized
- License: mit
- Created: 2018-08-11T09:10:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T09:54:38.000Z (about 4 years ago)
- Last Synced: 2025-03-24T12:18:10.717Z (10 months ago)
- Topics: 1password, opvault, password-manager, ruby
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OPVault format parser
=====================
New 1Password local vault format parser in Ruby. See the [official
specification][spec] for the format description.
Contributing
------------
Contribution in any form and shape is very welcome. Have comments,
suggestions, patches, pull requests? All of the above are welcome.
License
-------
The library is released under [the MIT license][mit]. See [LICENSE][license] for details.
[spec]: https://support.1password.com/opvault-design/
[mit]: http://www.opensource.org/licenses/mit-license.php
[license]: LICENSE