Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattn/mruby-string-crypt
- Owner: mattn
- Created: 2015-12-10T09:13:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T13:19:57.000Z (over 6 years ago)
- Last Synced: 2024-10-12T17:08:22.638Z (22 days ago)
- Language: C
- Size: 18.6 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mruby - mruby-string-crypt - implementation of String#crypt. (Utilities)
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)