{"id":18822923,"url":"https://github.com/salma-mamdoh/encryption-and-dycryption-program","last_synced_at":"2025-07-01T22:07:05.445Z","repository":{"id":128887000,"uuid":"472934999","full_name":"Salma-Mamdoh/Encryption-and-Dycryption-Program","owner":"Salma-Mamdoh","description":"My project for Structured Programming Course taken during fall 2023 semester","archived":false,"fork":false,"pushed_at":"2022-09-19T03:00:03.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T11:56:14.458Z","etag":null,"topics":["cpp","problem-solving","structure-programing"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Salma-Mamdoh.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":"2022-03-22T20:56:36.000Z","updated_at":"2024-05-07T15:43:18.000Z","dependencies_parsed_at":"2023-04-29T22:53:54.361Z","dependency_job_id":null,"html_url":"https://github.com/Salma-Mamdoh/Encryption-and-Dycryption-Program","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Salma-Mamdoh/Encryption-and-Dycryption-Program","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salma-Mamdoh%2FEncryption-and-Dycryption-Program","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salma-Mamdoh%2FEncryption-and-Dycryption-Program/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salma-Mamdoh%2FEncryption-and-Dycryption-Program/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salma-Mamdoh%2FEncryption-and-Dycryption-Program/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Salma-Mamdoh","download_url":"https://codeload.github.com/Salma-Mamdoh/Encryption-and-Dycryption-Program/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salma-Mamdoh%2FEncryption-and-Dycryption-Program/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263042356,"owners_count":23404459,"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":["cpp","problem-solving","structure-programing"],"created_at":"2024-11-08T00:52:06.691Z","updated_at":"2025-07-01T22:07:05.412Z","avatar_url":"https://github.com/Salma-Mamdoh.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Encryption \u0026 Decryption Program\nThis program have 7 differant ciphers in different ideas.\n# List of Ciphers :\n# 1.Affine Cipher.\u003cbr/\u003e\nIn affine cipher each letter in an alphabet is mapped to its numeric equivalent, encrypted using a simple mathematical function, and converted back to a letter. Letter A is given number 0 and letter Z is given number 25. Each letter is encrypted with the function (5x + 8) mod 26. The decryption function is 21(y − 8) mod 26.\u003cbr/\u003e\n# 2.Caesar Cipher.\u003cbr/\u003e \nCaesar cipher is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter at some fixed number of positions down the alphabet. For example, with a right shift of 3, A would be replaced by D, B\nwould become E, X becomes A, and so on.\u003cbr/\u003e\n# 3.Atbash Cipher.\u003cbr/\u003e \nThe Atbash cipher is a very common, simple cipher. Basically, when encoded, an \"A\" becomes a \"Z\", \"B\" turns into \"Y\", etc.\u003cbr/\u003e\n# 4.Vignere Cipher.\u003cbr/\u003e\nIn this method, a keyword is repeatedly added character by character to each alphabetic letter in the original message. The addition is carried out using the ASCII codes for each of the characters, modulo 26 (the number of letters in the alphabet), and the result is added to the code for the letter 'A' in the ASCII code sequence.\u003cbr/\u003e\n# 5.Baconian Cipher.\u003cbr/\u003e\nTo encode a message, each letter of the plaintext is replaced by a group of five of the letters 'A' or 'B'. This replacement is a binary encoding.\u003cbr/\u003e\n# 6.Simple Substitution Cipher.\u003cbr/\u003e\nIn this cipher i create a general version that builds the cipher alphabet using a given key of 5 unique letters. The user enters the key to cipher a message and the same key to decipher the message. The cipher alphabet is built by adding the remaining 21 letters in order after the key letters.this chipher (only) Encryption.\u003cbr/\u003e\n# 7.Morse Code.\u003cbr/\u003e \nIt is a code consisting of two symbols dot and dash and used to in the telegraph system in the past and also communicate messages in primitive ways.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalma-mamdoh%2Fencryption-and-dycryption-program","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalma-mamdoh%2Fencryption-and-dycryption-program","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalma-mamdoh%2Fencryption-and-dycryption-program/lists"}