Explore >> Select a destination


You are here

daniel-siepmann.de
| | danq.me
1.5 parsecs away

Travel
| | Quick Links Download from RubyGems.org Source on GitHub Mobile-OTP standard About the project This RubyGem implements the Mobile-OTP standard in Ruby, allowing you to write Ruby (and Rails) powered servers and client implementations. This enables you, for example, to implement strong two-factor authentication into your web application, where your users use their mobile phones as a remote token. Installation gem install motp Server Implementation For each user, come up with a secret and allow them to specify their PIN. Store both. When they use your system, ask them for the One-Time Pad. They can get this by using their mobile phone (which they've already configured with the secret) and entering their PIN. require 'motp' Motp::check(secret, pin, otp) Returns ...
| | raphael.slinckx.net
1.8 parsecs away

Travel
| |
| | www.kirsle.net
1.6 parsecs away

Travel
| | [AI summary] The TkCalc is a Perl/Tk graphical calculator program that supports full equation entry, graph plotting, and multiple tabs, available under the GNU GPL license with various download options.
| | ameeracademy.school.blog
13.9 parsecs away

Travel
| I am pretty much a software development novice. I know just a little Java and a tiny bit of C++. Nothing basically. I am wanting to create my own photo editing software, somewhat similar to Photoshop, but with much less elements. I would like things like various brushes and similar though. So, perhaps similar to...