{"id":18022119,"url":"https://github.com/mdespuits/siphre","last_synced_at":"2025-10-23T19:16:53.022Z","repository":{"id":3121471,"uuid":"4148761","full_name":"mdespuits/siphre","owner":"mdespuits","description":"A collection of ciphers written in Ruby","archived":false,"fork":false,"pushed_at":"2012-04-27T22:38:41.000Z","size":100,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T00:30:25.905Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/mattdbridges/siphre","language":"Ruby","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/mdespuits.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":"2012-04-26T14:56:28.000Z","updated_at":"2019-08-13T15:01:54.000Z","dependencies_parsed_at":"2022-07-18T08:48:58.737Z","dependency_job_id":null,"html_url":"https://github.com/mdespuits/siphre","commit_stats":null,"previous_names":["mattdbridges/siphre"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdespuits%2Fsiphre","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdespuits%2Fsiphre/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdespuits%2Fsiphre/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdespuits%2Fsiphre/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdespuits","download_url":"https://codeload.github.com/mdespuits/siphre/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226199,"owners_count":20904464,"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":[],"created_at":"2024-10-30T06:12:03.033Z","updated_at":"2025-10-23T19:16:52.901Z","avatar_url":"https://github.com/mdespuits.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Siphre\n\n`Siphre` is a collection of ciphers ranging from basic to advanced for securing information.\n\n**Disclaimer:** _These ciphers are here for you to learn about cryptography and potentially create your own ciphers for your own security. I do *not* claim any responsibility if any information is compromised even when encoded by one of these ciphers._\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'siphre'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install siphre\n\n## Usage\n\nUsing `Siphre` is simple. Say for example you wanted to encode `string` using the `Basic` Siphre.\n\n    Siphre::Basic.encode 'string'\n    =\u003e 'some-encoded-string'\n\nTo check if a siphred string is equal to a plaintext string.\n\n    Siphre::Basic.equal 'some-encoded-string', 'string'\n    =\u003e true\n\nTo decode a string, you would use a similar method.\n\n    Siphre::Basic.decode 'some-encoded-string'\n    =\u003e 'string'\n\n**Note**: while decoding is intentionally required as part of the library, it is __highly__ recommended that you __not__ use it in any production code as it may create a potential security breach.\n\nYou may also pass options to the encode method which are defined in the documentation for each siphre.\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b cool-new-siphre`)\n3. Commit your changes (`git commit -am 'Added some siphre'`)\n4. Push to the branch (`git push origin cool-new-siphre`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdespuits%2Fsiphre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdespuits%2Fsiphre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdespuits%2Fsiphre/lists"}