https://github.com/mattn/mruby-string-crypt
https://github.com/mattn/mruby-string-crypt
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattn/mruby-string-crypt
- Owner: mattn
- Created: 2015-12-10T09:13:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T13:19:57.000Z (about 7 years ago)
- Last Synced: 2024-10-27T00:05:25.724Z (6 months 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
[](https://travis-ci.org/mattn/mruby-string-crypt)
## Usage
```ruby
"foo".crypt("bar")
```## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a mattn)