{"id":49875501,"url":"https://github.com/danilosramos/cypher-cpp","last_synced_at":"2026-05-15T12:09:34.952Z","repository":{"id":321085418,"uuid":"1084414779","full_name":"danilosramos/cypher-cpp","owner":"danilosramos","description":"Implementação de uma Cifra de Substituição em C++ para demonstrar conceitos de criptografia.","archived":false,"fork":false,"pushed_at":"2025-10-27T16:42:53.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-27T18:38:55.949Z","etag":null,"topics":["algorithms","cpp","cryptography","object-oriented-programming"],"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/danilosramos.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-27T16:42:29.000Z","updated_at":"2025-10-27T17:47:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/danilosramos/cypher-cpp","commit_stats":null,"previous_names":["danilosramos/cypher-cpp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/danilosramos/cypher-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilosramos%2Fcypher-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilosramos%2Fcypher-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilosramos%2Fcypher-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilosramos%2Fcypher-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danilosramos","download_url":"https://codeload.github.com/danilosramos/cypher-cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilosramos%2Fcypher-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33066199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["algorithms","cpp","cryptography","object-oriented-programming"],"created_at":"2026-05-15T12:09:30.827Z","updated_at":"2026-05-15T12:09:34.944Z","avatar_url":"https://github.com/danilosramos.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cifra de Substituição (Cypher) em C++\n\nEste projeto implementa uma **Cifra de Substituição** em C++, demonstrando um entendimento básico dos conceitos de criptografia e manipulação de strings.\n\n## Conceitos Demonstrados\n\n*   **Criptografia Básica:** Implementação de um algoritmo de cifra de substituição (provavelmente uma cifra de Vigenère ou similar).\n*   **Manipulação de Strings:** Uso de funções e lógica para processar caracteres, realizar a substituição e gerenciar chaves.\n*   **Programação Orientada a Objetos (POO):** Uso de classes (`cipher.hpp`, `conversiontable.hpp`) para organizar o código e encapsular a lógica de criptografia e a tabela de conversão.\n\n## Estrutura do Projeto\n\n*   `cipher.hpp` / `cipher.cpp`: Contém a lógica principal de codificação e decodificação.\n*   `conversiontable.hpp` / `conversiontable.cpp`: Contém a tabela de mapeamento de caracteres (chave).\n*   `main.cpp`: Ponto de entrada para demonstrar o uso da cifra.\n\n## Como Compilar e Executar\n\n1.  Certifique-se de ter um compilador C++ (como g++) instalado.\n2.  Compile todos os arquivos de implementação:\n    ```bash\n    g++ -std=c++17 main.cpp cipher.cpp conversiontable.cpp -o cypher_test\n    ```\n3.  Execute o programa:\n    ```bash\n    ./cypher_test\n    ```\n\n---\n**Linguagem:** C++\n**Tópicos:** Criptografia, Algoritmos, Manipulação de Strings, POO.\n'''\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilosramos%2Fcypher-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanilosramos%2Fcypher-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilosramos%2Fcypher-cpp/lists"}