{"id":27175053,"url":"https://github.com/rykerwilder/ceasar-salt-encryption","last_synced_at":"2025-04-09T12:17:05.316Z","repository":{"id":286201192,"uuid":"960699769","full_name":"RykerWilder/ceasar-salt-encryption","owner":"RykerWilder","description":"Ceasar salt encryption script.","archived":false,"fork":false,"pushed_at":"2025-04-04T23:04:01.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T23:25:47.550Z","etag":null,"topics":["ceasar-cipher","decryption","encryption","encryption-decryption"],"latest_commit_sha":null,"homepage":"","language":"Python","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/RykerWilder.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":"2025-04-04T22:31:05.000Z","updated_at":"2025-04-04T23:04:04.000Z","dependencies_parsed_at":"2025-04-04T23:36:02.114Z","dependency_job_id":null,"html_url":"https://github.com/RykerWilder/ceasar-salt-encryption","commit_stats":null,"previous_names":["rykerwilder/ceasar-salt-encryption"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RykerWilder%2Fceasar-salt-encryption","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RykerWilder%2Fceasar-salt-encryption/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RykerWilder%2Fceasar-salt-encryption/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RykerWilder%2Fceasar-salt-encryption/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RykerWilder","download_url":"https://codeload.github.com/RykerWilder/ceasar-salt-encryption/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036034,"owners_count":21037093,"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":["ceasar-cipher","decryption","encryption","encryption-decryption"],"created_at":"2025-04-09T12:17:04.764Z","updated_at":"2025-04-09T12:17:05.306Z","avatar_url":"https://github.com/RykerWilder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Caesar Cipher with Secret Key + Salt\n\nAn extension of the classic Caesar Cipher that improves security by introducing a secret numeric key and a random salt.\n\n---\n\n```python\nplaintext = \"HELLO\"\nkey = 5\nsalt = \"XQ3\"\nciphertext = caesar_salt_encrypt(plaintext, key, salt)\nprint(\"Ciphertext:\", ciphertext)  # Output: \"WMPAW\"\n```\n\nTo see how the Caesar Salt cipher works with secret key see here [Ceasar Salt Cipher with secret key](https://github.com/RykerWilder/notes/blob/main/encryption/ceasar-key-salt.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frykerwilder%2Fceasar-salt-encryption","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frykerwilder%2Fceasar-salt-encryption","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frykerwilder%2Fceasar-salt-encryption/lists"}