home : https://hg.sr.ht/~ged/Saltpack
github : https://github.com/ged/saltpack-ruby
docs : https://deveiate.org/code/saltpack
A Ruby implementation of Saltpack, a modern crypto messaging format based on Dan Bernstein's NaCl.
See also: https://saltpack.org/
- Ruby
$ gem install saltpack
You can check out the current development source with Mercurial via its project page. Or if you prefer Git, via its Github mirror.
After checking out the source, run:
$ gem install -Ng
$ rake setup
This task will install any missing dependencies and do any necessary developer setup.
- Michael Granger [email protected]
Large portions of this library are ported from the saltpack-python library by Jack O'Connor <[email protected]>, used under the terms of the MIT License. No license statement is included in the source, but I'm assuming it's something like:
Copyright © 2018 Jack O'Connor
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
The port and the rest of the code is:
Copyright © 2018-2019, Michael Granger All rights reserved.
And is also distributed under the terms of the MIT license.