
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
identicon
Advanced tools
![]()
A Ruby library that generates GitHub-like identicons
That's easy! Use RubyGems!
Insert Identicon on your application's Gemfile:
gem 'identicon'
and run
$ bundle
or manually install it typing
$ gem install identicon
and hitting return with your favourite finger.
Require it as always
require 'identicon'
Now you can use it through two methods: data_url_for or file_for. Simple like that.
data_url_forThis generates a data-url, so you can use it immediately, check it out:
Identicon.data_url_for "Whatever you want!"
You can also specify a image size and a background color:
Identicon.data_url_for "Whatever you want!", 128, [255, 255, 255]
This creates a 128x128px image, with a nice white background.
– But Vito, I want to save it as a file.
– No problemo! fil_for is the way to go.
file_forThis generates and writes the result to a file. It's as easy as just making a data-url. Check it out:
Identicon.file_for "User's email? Username? Telephone?", "/path/to/the/image"
And, as you may guess, it also takes those optional parameters.
Identicon.file_for "User's email? Username? Telephone?", "/path/to/the/image", 128, [255, 255, 255]
Pull requests are welcome!
The MIT License (MIT)
Copyright (c) 2014-2015 Victor Gama
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
Unknown package
We found that identicon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.