{"id":20630037,"url":"https://github.com/mackentoch/easycrypt","last_synced_at":"2026-02-13T01:07:39.360Z","repository":{"id":153226287,"uuid":"62723872","full_name":"MacKentoch/easyCrypt","owner":"MacKentoch","description":null,"archived":false,"fork":false,"pushed_at":"2016-07-06T13:41:34.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T11:29:15.545Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MacKentoch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-06T13:41:00.000Z","updated_at":"2016-07-06T13:41:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8afaee2-e2f1-4463-b57c-f4134dc1365b","html_url":"https://github.com/MacKentoch/easyCrypt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MacKentoch/easyCrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacKentoch%2FeasyCrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacKentoch%2FeasyCrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacKentoch%2FeasyCrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacKentoch%2FeasyCrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MacKentoch","download_url":"https://codeload.github.com/MacKentoch/easyCrypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacKentoch%2FeasyCrypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29390958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T00:53:09.511Z","status":"ssl_error","status_checked_at":"2026-02-13T00:53:09.126Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-16T14:06:43.311Z","updated_at":"2026-02-13T01:07:39.353Z","avatar_url":"https://github.com/MacKentoch.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"easyCrypt\n====\n\nAttempt to use forge RC2 crypt.\n\n\n## How to\n\n\n#### declare\nneeds in your html :\n\n```html\n\u003c!-- in your html --\u003e\n\u003cscript src=\"./js/forge.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"./js/easyCrypt.js\"\u003e\u003c/script\u003e\n```\n\n#### use\n\n*both encrypt / decrypt*\n```javascript\nvar demoKey = 'somethingsuperhugeandsupersecret';\nvar demoIV  = 'vector';\n```\n\n*encrypt*\n```javascript\n// in your javascript\nvar MESSAGE_TO_CRYPT = 'to crypt';\nvar encryptedValue = easyCrypt\n                      .setRawMessage(MESSAGE_TO_CRYPT\n                      .getEncrypted({key: demoKey, iv: demoIV});\nconsole.log('encryptedValue value: ', encryptedValue);\n```\n\n\n*decrypt*\n```javascript\n// in your javascript\n  var CRYPTED_MESSAGE_WITH_SAME_KEYS = 'ZmJkM2I1NzNiOWZlZjkzNzI1ZDczN2M1Nzk5MGI5Zjg==';\n  var decryptedValue = easyCrypt\n                        .getDecrypted(CRYPTED_MESSAGE_WITH_SAME_KEYS, {key: demoKey, iv: demoIV});\n  console.log('decrypted value: ', decryptedValue);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackentoch%2Feasycrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmackentoch%2Feasycrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackentoch%2Feasycrypt/lists"}