VirgilSecurity / virgil-sdk-ruby

Virgil Core SDK allows developers to get up and running with Virgil Cards Service API quickly and add end-to-end security to their new or existing digital solutions to become HIPAA and GDPR compliant and more.

Home Page:https://virgilsecurity.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virgil Security Ruby SDK

Build Status Gem GitHub license Documentation YARD

Introduction | SDK Features | JWT Generation | Ruby SDK V4 | Docs | Support

Introduction

Virgil Security provides a set of APIs for adding security to any application. In a few simple steps you can encrypt communication, securely store data, provide passwordless login, and ensure data integrity.

The Virgil SDK allows developers to get up and running with Virgil API quickly and add full end-to-end security to their existing digital solutions to become HIPAA and GDPR compliant and more.

SDK Features

  • Communicate with Virgil Cards Service
  • Manage users' public keys
  • Encrypt, sign, decrypt and verify data
  • Store private keys in secure local storage
  • Use Virgil Crypto Library

JWT Generation

To make calls to Virgil Services (for example, to register user's card on Virgil Cloud), you have to generate a JSON Web Token ("JWT") that contains the user's identity, which is a string that uniquely identifies each user in your application.

To start generating a JWT, switch to JWT-V5 branch and follow the README instructions.

Ruby SDK V4

Switch to V4 branch to find out more information on how to start working with Virgil Ruby SDK V4.

Docs

Virgil Security has a powerful set of APIs, and the Developer Documentation can get you started today.

License

This library is released under the 3-clause BSD License.

Support

Our developer support team is here to help you. Find out more information on our Help Center.

You can find us on Twitter or send us email support@VirgilSecurity.com.

Also, get extra help from our support team on Slack.

About

Virgil Core SDK allows developers to get up and running with Virgil Cards Service API quickly and add end-to-end security to their new or existing digital solutions to become HIPAA and GDPR compliant and more.

https://virgilsecurity.com/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 100.0%Language:Shell 0.0%