mirror of
https://github.com/dkam/hsmr.git
synced 2025-12-28 08:44:53 +00:00
29 lines
501 B
Markdown
29 lines
501 B
Markdown
HSMR
|
|
===========
|
|
|
|
HSMR is a collection of cryptographic commands usually implemented on a HSM (Hardware Security Module). These
|
|
are implemented for your education or for testing purposes and should not be used to replace an actual HSM.
|
|
|
|
Installation
|
|
-------------
|
|
|
|
You install it just like any other Ruby gem:
|
|
|
|
gem install hsmr
|
|
|
|
Usage
|
|
---------
|
|
|
|
require 'hsmr'
|
|
|
|
|
|
Author
|
|
==========
|
|
|
|
Dan Milne, http://da.nmilne.com
|
|
|
|
Copyright
|
|
----------
|
|
|
|
Copyright (c) 2010 Dan Milne. See LICENSE for details.
|