Sha256: b87d673f1f21e7a9dae82086eee64d9cd67706b369d91865a67b1c1b05b35006
Contents?: true
Size: 699 Bytes
Versions: 1
Compression:
Stored size: 699 Bytes
Contents
h1. SKLES: Ruby interface for StrongKey Lite boxes | *Author* | Tim Morgan | | *Version* | Version 1.1.1 (Jul 12, 2011) | | *License* | Released under the MIT license. | The SKLES gem is an interface to StrongAuth's StrongKey Lite credit card vault system (http://www.strongauth.com/). You will need a StrongKey Lite install to make any reasonable use of this gem. Usage is simple: <pre><code> require 'skles' skles = StrongKeyLite.new('http://your.strongauth.server', your_domain_id) skles.add_user('encrypt_only', 'password', :encrypt) skles.add_user('decrypt_only', 'password', :decrypt) skles.encrypt('1234123412341234') #=> token skles.decrypt(token) #=> credit card number </code></pre>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
skles-1.1.1 | README.textile |