{"id":15790590,"url":"https://github.com/rudradcruze/cryptography-algorithm-java","last_synced_at":"2025-07-30T16:15:00.608Z","repository":{"id":139418104,"uuid":"596171089","full_name":"rudradcruze/cryptography-algorithm-java","owner":"rudradcruze","description":"Some algorithm of network cryptography","archived":false,"fork":false,"pushed_at":"2023-05-30T07:07:13.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-11T22:17:47.314Z","etag":null,"topics":["algorithms","cryptography","java","network","network-security","substitution"],"latest_commit_sha":null,"homepage":"","language":"Java","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/rudradcruze.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":"2023-02-01T16:07:01.000Z","updated_at":"2023-07-18T09:22:02.000Z","dependencies_parsed_at":"2024-05-19T07:15:06.105Z","dependency_job_id":null,"html_url":"https://github.com/rudradcruze/cryptography-algorithm-java","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"7d2743e1758815fb6d3095fa9876f1a57f28e913"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudradcruze%2Fcryptography-algorithm-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudradcruze%2Fcryptography-algorithm-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudradcruze%2Fcryptography-algorithm-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudradcruze%2Fcryptography-algorithm-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudradcruze","download_url":"https://codeload.github.com/rudradcruze/cryptography-algorithm-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246521826,"owners_count":20791204,"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":["algorithms","cryptography","java","network","network-security","substitution"],"created_at":"2024-10-04T22:21:57.335Z","updated_at":"2025-03-31T18:43:25.391Z","avatar_url":"https://github.com/rudradcruze.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cryptography Algorithm Java\nSome algorithm of network cryptography\n\n## Substitution Tables\n### Table 1\n|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z| \n|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|\n|Y|O|N|Q|Z|H|V|F|J|I|X|P|R|C|B|L|D|M|U|W|S|G|T|K|A|E|\n\n### Table 2\n|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z| \n|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|\n|M|P|K|N|W|J|T|O|U|F|C|V|A|D|H|B|Y|X|Z|G|I|L|E|R|Q|S|\n\n### Table 3\n| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |\n|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|\n| I | O | T | H | P | W | N | D | A | R | V | Y | Q | G | B | E | M | J | X | C | Z | K | F | S | L | U |\n\n## Assignment\n* [Substitution 2 Times (table-1 \u0026 (table-2)](src/bd/edu/diu/assignment/SubstitutionCipher.java)\n* [Transposition 2 Times)](src/bd/edu/diu/assignment/TranspositionCipher.java)\n\n## Algorithms\n* [Basic Substitution](src/bd/edu/diu/substitution/BasicSubstitutionTry.java)\n* [Simple Substitution](src/bd/edu/diu/substitution/SimpleSubstitution.java)\n* [Substuitution Table Solution (table-1, table-2 \u0026 table-3)](src/bd/edu/diu/substitution/AssignmentSubstitutionTable.java)\n* [Basic Multiple Substuitution Basic (characters replace)](src/bd/edu/diu/substitution/MultipleSubstitutionBasic.java)\n* [Multiple Substuitution (table-1, 2, 3 \u0026 characters replace)](src/bd/edu/diu/substitution/AssignmentMultipleSubstitution.java)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudradcruze%2Fcryptography-algorithm-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudradcruze%2Fcryptography-algorithm-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudradcruze%2Fcryptography-algorithm-java/lists"}