Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zser

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

zser.rb Latest Version Build Status MIT licensed

Ruby implementation of zser: a security-oriented serialization format with novel authentication properties based on "Merkleized" data structures.

For more information, see the toplevel README.md.

Help and Discussion

Have questions? Want to suggest a feature or change?

Requirements

This library is tested against the following MRI versions:

  • 2.2
  • 2.3
  • 2.4

Other Ruby versions may work, but are not officially supported.

Installation

Add this line to your application's Gemfile:

gem "zser"

And then execute:

$ bundle

Or install it yourself as:

$ gem install zser

API

Zser.parse

To parse a zser message, use the Zser.parse method:

>> Zser.parse("\x15\x07\x02\x03\x55".b)
=> {1=>{24=>42}}

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/zcred/zser

Copyright (c) 2017 The Zcred Developers. See LICENSE.txt for further details.

FAQs

Package last updated on 31 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc