{"id":21921065,"url":"https://github.com/alienhoboken/digipin","last_synced_at":"2026-04-27T17:33:03.179Z","repository":{"id":6632636,"uuid":"7876569","full_name":"AlienHoboken/DigiPIN","owner":"AlienHoboken","description":"A Digital PIN Entry Tool","archived":false,"fork":false,"pushed_at":"2014-03-05T18:38:55.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-02T22:37:40.405Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlienHoboken.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-28T18:57:51.000Z","updated_at":"2014-03-05T18:38:55.000Z","dependencies_parsed_at":"2022-08-26T11:01:14.024Z","dependency_job_id":null,"html_url":"https://github.com/AlienHoboken/DigiPIN","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlienHoboken/DigiPIN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlienHoboken%2FDigiPIN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlienHoboken%2FDigiPIN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlienHoboken%2FDigiPIN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlienHoboken%2FDigiPIN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlienHoboken","download_url":"https://codeload.github.com/AlienHoboken/DigiPIN/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlienHoboken%2FDigiPIN/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32348048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T20:18:29.996Z","updated_at":"2026-04-27T17:33:03.159Z","avatar_url":"https://github.com/AlienHoboken.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"About\n=======\n\nDigiPIN is a randomized digital PIN entry tool for websites written in javascript using jQuery. DigiPIN allows users to more securely enter their PIN by avoiding keyboard input and thus reducing the risk from malicious programs such as keyloggers.\n\nDigiPin also employs a keypad which randomizes the location of the numbers before every input.\n\nCurrently only one DigiPIN can be used per page.\n\nDigiPIN is licensed under the MIT license.\n\nUsing\n-----\nPrerequisits: jQuery Library v. 1.4.2 or greater - [jQuery can be acquired here](http://jquery.com)\n\nFirst, include DigiPIN as well as a compatible version of jQuery (see above) and a DigiPIN CSS stylsheet. All except the jQuery Library can be found in the src folder. \n\nDigiPIN comes with 3 styles by default. A light, a dark, and a no background style. You can simply modify the css to change these files. I prefer the dark though.\n\n```html\n\u003clink rel=\"stylesheet\" href=\"css/digipin-style-dark.css\" /\u003e\n\u003cscript src=\"http://code.jquery.com/jquery-1.9.0.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"digipin-0.1.0.min.js\"\u003e\u003c/script\u003e\n```\n\nInclude the digipin div where you want it to appear on the page. By default it is a block style element with width = 160px and height = 170px.\n\n```html\n\u003cdiv id=\"digipin\"\u003e\u003c/div\u003e\n```\n\nThen just initialize DigiPIN on a text input element.\n\n```html\n\u003cscript\u003e\n$(document).ready(function() {\n  $('#input').digipin();\n});\n\u003c/script\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falienhoboken%2Fdigipin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falienhoboken%2Fdigipin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falienhoboken%2Fdigipin/lists"}