{"id":22898097,"url":"https://github.com/r0mb0/url_crypted_parameters_classic_asp","last_synced_at":"2026-03-19T23:56:26.523Z","repository":{"id":264977460,"uuid":"891437727","full_name":"R0mb0/Url_crypted_parameters_classic_asp","owner":"R0mb0","description":"A class for passing and retrieving parameters from URL","archived":false,"fork":false,"pushed_at":"2025-04-30T14:40:55.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T05:52:18.042Z","etag":null,"topics":["asp-classic","class","classic-asp","crypted","crypted-params","crypted-url","crypto","italian-developers","library","params","r0mb0","security","url","url-crypted-params","web","web-security"],"latest_commit_sha":null,"homepage":"","language":"Classic ASP","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/R0mb0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":"PayPal.Me/R0mb0"}},"created_at":"2024-11-20T10:34:46.000Z","updated_at":"2025-07-21T14:46:41.000Z","dependencies_parsed_at":"2024-12-14T00:29:26.759Z","dependency_job_id":"88b76dd9-4854-4e35-bfb4-ce894d4dbca3","html_url":"https://github.com/R0mb0/Url_crypted_parameters_classic_asp","commit_stats":null,"previous_names":["r0mb0/url_crypted_parameters_classic_asp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/R0mb0/Url_crypted_parameters_classic_asp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FUrl_crypted_parameters_classic_asp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FUrl_crypted_parameters_classic_asp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FUrl_crypted_parameters_classic_asp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FUrl_crypted_parameters_classic_asp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R0mb0","download_url":"https://codeload.github.com/R0mb0/Url_crypted_parameters_classic_asp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mb0%2FUrl_crypted_parameters_classic_asp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29599338,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"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":["asp-classic","class","classic-asp","crypted","crypted-params","crypted-url","crypto","italian-developers","library","params","r0mb0","security","url","url-crypted-params","web","web-security"],"created_at":"2024-12-14T00:29:20.926Z","updated_at":"2026-03-19T23:56:26.513Z","avatar_url":"https://github.com/R0mb0.png","language":"Classic ASP","funding_links":["PayPal.Me/R0mb0","http://paypal.me/R0mb0"],"categories":[],"sub_categories":[],"readme":"# Url crypted parameters in Classic asp\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/9e53d47ef5cc45c8ab5f3305e7918ca3)](https://app.codacy.com/gh/R0mb0/Url_crypted_parameters_classic_asp/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/R0mb0/Url_crypted_parameters_classic_asp)\n[![Open Source Love svg3](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/R0mb0/Url_crypted_parameters_classic_asp)\n[![MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/license/mit)\n\n[![Donate](https://img.shields.io/badge/PayPal-Donate%20to%20Author-blue.svg)](http://paypal.me/R0mb0)\n\n## ⚠️ Dependencies ⚠️\n\nThis class needs: `rijndael.asp` and `dictionary.class.asp` to work correctly, the two files must be in the same dir of the class. \n\n## `url_crypted_parameters.class.asp`'s avaible functions\n\n  - Set the password to use for crypting -\u003e `Public Function set_password(ByVal password)`\n  - Get the setted password -\u003e `Public Function get_password()`\n  - Check if password is setted -\u003e `Public Function is_password_setted()`\n  - Add parameter to crypt -\u003e `Public Function add_paramater(ByVal id, ByVal value)`\n  - Change parameter value from id -\u003e `Public Function change_parameter(ByVal id, ByVal value)`\n  - Remove parameters -\u003e `Public Function remove_paramater_by_id(ByVal id)`\n  - Get parameter value from id -\u003e `Public Function get_parameter_value(ByVal id)`\n  - Write all parameters inserted -\u003e `Public Function write_parameters()`\n  - Get actual page URL -\u003e `Public Function get_current_url()`\n  - Add crypted parameters in URl -\u003e `Public Function set_parameters_to_url(ByVal url)`\n  - Redirect a URL to new tab -\u003e `Public Function redirect(ByVal url)`\n  - Decrypt actual URL parameters -\u003e `Public Function decrypt_actual_params()`\n  - Decrypt URL parameters -\u003e `Public Function decrypt_url_params(ByVal url)`\n\n## How to use\n\n### Page where crypt params \n\n\u003e From `Test.asp`\n\n1. Initialize the class\n   ```asp\n   \u003c%@LANGUAGE=\"VBSCRIPT\"%\u003e\n   \u003c!--#include file=\"url_crypted_parameters.class.asp\"--\u003e\n   \u003c%\n    Dim url \n    Set url = new url_crypted\n\n    url.set_password(\"Banana\")\n   ```\n2. Add params to crypt in URL\n   ```asp\n    url.add_paramater \"id\", 1328\n    url.add_paramater \"password\",\"blablabla\"\n   ```\n3. Generate URL with crypted params\n   ```asp\n    Dim link\n    link = url.set_parameters_to_url(\"test2.asp\")\n   %\u003e\n   ```\n\n### Page where decrypt params \n\n\u003e From `Test2.asp`\n\n1. Initialize the class\n   ```asp\n   \u003c%@LANGUAGE=\"VBSCRIPT\"%\u003e\n   \u003c!--#include file=\"url_crypted_parameters.class.asp\"--\u003e\n   \u003c%\n    Dim url \n    Set url = new url_crypted\n\n    url.set_password(\"Banana\")\n   ```\n2. Decrypt page params\n   ```asp\n    url.decrypt_actual_params()\n   ```\n3. Access information\n   ```asp\n    Response.Write(\"Id value: \" \u0026 url.get_parameter_value(\"id\") \u0026 \"\u003cbr\u003e\")\n   \u003c%\n   ```\n\n\u003ca href=\"https://github.com/R0mb0/Not_made_by_AI\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/R0mb0/Not_made_by_AI/blob/main/Badge/SVG/NotMadeByAIDark.svg\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/R0mb0/Not_made_by_AI/blob/main/Badge/SVG/NotMadeByAILight.svg\"\u003e\n    \u003cimg alt=\"Not made by AI\" src=\"https://github.com/R0mb0/Not_made_by_AI/blob/main/Badge/SVG/NotMadeByAIDefault.svg\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0mb0%2Furl_crypted_parameters_classic_asp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr0mb0%2Furl_crypted_parameters_classic_asp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0mb0%2Furl_crypted_parameters_classic_asp/lists"}