{"id":15750243,"url":"https://github.com/objarni/webcrypto","last_synced_at":"2025-10-20T03:09:09.373Z","repository":{"id":142954264,"uuid":"27167128","full_name":"objarni/webcrypto","owner":"objarni","description":"An experiment in keeping small amount of encrypted data public on web ","archived":false,"fork":false,"pushed_at":"2014-11-29T09:17:15.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T11:55:18.524Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/objarni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-26T08:35:54.000Z","updated_at":"2014-11-29T09:17:15.000Z","dependencies_parsed_at":"2023-03-15T19:10:30.307Z","dependency_job_id":null,"html_url":"https://github.com/objarni/webcrypto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objarni%2Fwebcrypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objarni%2Fwebcrypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objarni%2Fwebcrypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objarni%2Fwebcrypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/objarni","download_url":"https://codeload.github.com/objarni/webcrypto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429493,"owners_count":20775808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-04T06:22:51.573Z","updated_at":"2025-10-20T03:09:04.303Z","avatar_url":"https://github.com/objarni.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"webcrypto\n=========\n\nIs it possible to keep a small amount of symmetrically encrypted data public\non the web and still sleep good at night?\n\nThis is an experiment attempting to answer that question.\n\n\nDependencies\n------------\nWritten in Python 2.7. No other dependencies.\n\n\nRun\n---\nAssuming there is a file \"secret.py\" containing two byte string constants CLEARTEXT and CRYPTO, you can test encrypting and decrypting CLEARTEXT using:\n\n    python main.py\n\nFor example, if secret.py contains these two lines:\n\n\tCLEARTEXT = b'This is some unencrypted text.'\n\tCRYPTO = b'My super secret and very long password'\n\n.. then you should get this output:\n\n\t$ python main.py\n\tcleartext This is some unencrypted text.\n\tencrypted GRFJAFUZFlJTHAgGUhAaRQ8NFlkGERcdABgKFhMO\n\tdecrypted This is some unencrypted text.\n\n\nRun tests\n---------\n\n\tpython test.py\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjarni%2Fwebcrypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobjarni%2Fwebcrypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjarni%2Fwebcrypto/lists"}