Skip to content

A ruby simple string encryption and decryption

Notifications You must be signed in to change notification settings

fxhover/strdes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

8 Commits

Repository files navigation

Strdes

A simple string encryption and decryption

Installation

gem install strdes

Or in rails:

gem "strdes"

And run bundle install.

Use

require 'strdes'

String encryption:

Strdes.encode("string")

String decryption:

Strdes.decode("a secret string")

Acknowledgements

Copyright fxhover, released under the MIT License.

About

A ruby simple string encryption and decryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages