{"id":18057216,"url":"https://github.com/m4cs/objcrypt","last_synced_at":"2025-07-31T00:05:03.490Z","repository":{"id":57447598,"uuid":"190270134","full_name":"M4cs/objcrypt","owner":"M4cs","description":"Easily encrypt and decrypt python object and JSON objects.","archived":false,"fork":false,"pushed_at":"2019-11-21T21:28:15.000Z","size":13,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T00:54:57.075Z","etag":null,"topics":["encryption","json","python"],"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/M4cs.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":"2019-06-04T19:55:26.000Z","updated_at":"2024-11-14T05:14:43.000Z","dependencies_parsed_at":"2022-08-31T12:22:12.607Z","dependency_job_id":null,"html_url":"https://github.com/M4cs/objcrypt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/M4cs/objcrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Fobjcrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Fobjcrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Fobjcrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Fobjcrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/M4cs","download_url":"https://codeload.github.com/M4cs/objcrypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Fobjcrypt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267962166,"owners_count":24172592,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["encryption","json","python"],"created_at":"2024-10-31T02:07:05.049Z","updated_at":"2025-07-31T00:05:03.445Z","avatar_url":"https://github.com/M4cs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# objcrypt\neasily encrypt and decrypt python object and JSON objects with AES CBC 32 Block Encryption\n\nplanning on adding more encryption algos\n\n# installation\n\n```\npip install objcrypt\n\nor\n\npython3 setup.py install\n```\n\n# usage\n\n```\nimport objcrypt, json\n\ncrypter = objcrypt.Crypter('key')\ndictionary = {\n  'test': 'test value'\n}\nencrypted_dict = crypter.encrypt_object(dictionary)\n\n# encrypted_dict now has encrypted values\n\njson_dict = json.loads(dictionary)\nenc_json = crypter.encrypt_json(json_dict)\n\n# enc_json is now encrypted\n\ndec_dict = crypter.decrypt_object(encrypted_dict)\n\n# decoded now\n\ndec_json = crypter.decrypt_json(enc_json)\n\n# decoded json object now\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4cs%2Fobjcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm4cs%2Fobjcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4cs%2Fobjcrypt/lists"}