{"id":16317727,"url":"https://github.com/zfletch/cryptonotes-rails","last_synced_at":"2025-10-03T22:58:23.296Z","repository":{"id":72191109,"uuid":"51337107","full_name":"zfletch/cryptonotes-rails","owner":"zfletch","description":"Note sharing application with client-side encryption","archived":false,"fork":false,"pushed_at":"2025-07-03T21:59:07.000Z","size":95468,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-03T22:26:53.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://crypto-notes.herokuapp.com/","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/zfletch.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-09T00:17:52.000Z","updated_at":"2025-07-03T21:59:10.000Z","dependencies_parsed_at":"2023-05-31T07:28:17.044Z","dependency_job_id":null,"html_url":"https://github.com/zfletch/cryptonotes-rails","commit_stats":{"total_commits":38,"total_committers":1,"mean_commits":38.0,"dds":0.0,"last_synced_commit":"0a62627e2c37049ad444eb921d522f65edfdef27"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zfletch/cryptonotes-rails","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfletch%2Fcryptonotes-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfletch%2Fcryptonotes-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfletch%2Fcryptonotes-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfletch%2Fcryptonotes-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zfletch","download_url":"https://codeload.github.com/zfletch/cryptonotes-rails/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfletch%2Fcryptonotes-rails/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278239968,"owners_count":25954097,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-10T22:09:08.445Z","updated_at":"2025-10-03T22:58:23.291Z","avatar_url":"https://github.com/zfletch.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cryptonotes\n\nEncrypt and share notes.\n\n## Description\n\nCreate notes with a password.\nAll notes are encrypted and decrypted entirely on the client side\nusing the [Stanford Javascript Crypto Library](https://bitwiseshiftleft.github.io/sjcl/).\nThe server only ever sees the encrypted message.\n\nEach note is associated with a `uuid` and you can access it by visiting the path `/notes/uuid`.\nThe content of the note is not visible until you enter the password it was encrypted with.\n\nIf the checkbox `Delete message when it is viewed.` is checked, then the note will be deleted\nthe next time it's viewed.\n\n## How to run\n\n### Requirements\n\n* `ruby ~\u003e 3.4.4`\n* `node ~\u003e 24.3.0`\n* `yarn ~\u003e 1.22.22`\n* `postgres ~\u003e 14.17`\n\n### Running the application\n\n```\n$ bundle install\n$ yarn install\n$ bundle exec rails db:create\n$ bundle exec rails db:migrate\n$ bundle exec rails server\n```\n\n### Running with Docker and Docker Compose\n\n```\ndocker-compose build\ndocker-compose run web rails db:create\ndocker-compose run web rails db:migrate\ndocker-compose up\n```\n\nReplace `docker-compose` with `podman compose` or whatever program you'd like\nto use.\n\n### Running tests\n\n```\n$ bundle exec rspec\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzfletch%2Fcryptonotes-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzfletch%2Fcryptonotes-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzfletch%2Fcryptonotes-rails/lists"}