An open API service indexing awesome lists of open source software.

https://github.com/mattn/mruby-string-crypt


https://github.com/mattn/mruby-string-crypt

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# mruby-string-crypt

[![Build Status](https://travis-ci.org/mattn/mruby-string-crypt.svg?branch=master)](https://travis-ci.org/mattn/mruby-string-crypt)

## Usage

```ruby
"foo".crypt("bar")
```

## License

MIT

## Author

Yasuhiro Matsumoto (a.k.a mattn)