{"id":16469349,"url":"https://github.com/osminogin/tornote","last_synced_at":"2026-02-26T23:33:56.793Z","repository":{"id":53560075,"uuid":"50447270","full_name":"osminogin/tornote","owner":"osminogin","description":"Self-destructing notes on Go with tiny secured client-side","archived":false,"fork":false,"pushed_at":"2023-02-25T06:13:49.000Z","size":177,"stargazers_count":29,"open_issues_count":4,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T18:13:14.029Z","etag":null,"topics":["anonymous","destructing-notes","e2e-encryption","encrypted-data","golang","javascript","notes","privnote","secrets","secure","sjcl","tor"],"latest_commit_sha":null,"homepage":"https://tornote.herokuapp.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osminogin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","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-01-26T17:48:56.000Z","updated_at":"2025-01-23T05:12:14.000Z","dependencies_parsed_at":"2024-06-18T22:58:55.994Z","dependency_job_id":"63bc60cf-09c7-4b8e-8c28-54ab36a9ecbf","html_url":"https://github.com/osminogin/tornote","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/osminogin/tornote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osminogin%2Ftornote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osminogin%2Ftornote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osminogin%2Ftornote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osminogin%2Ftornote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osminogin","download_url":"https://codeload.github.com/osminogin/tornote/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osminogin%2Ftornote/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29877024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T22:37:10.609Z","status":"ssl_error","status_checked_at":"2026-02-26T22:37:09.019Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["anonymous","destructing-notes","e2e-encryption","encrypted-data","golang","javascript","notes","privnote","secrets","secure","sjcl","tor"],"created_at":"2024-10-11T12:07:03.294Z","updated_at":"2026-02-26T23:33:56.777Z","avatar_url":"https://github.com/osminogin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tornote \r\n\r\n[![Build Status](https://github.com/osminogin/tornote/workflows/Builds/badge.svg?branch=master)](https://github.com/osminogin/tornote/actions?query=workflow%3ABuilds) [![Test Status](https://github.com/osminogin/tornote/workflows/Tests/badge.svg?branch=master)](https://github.com/osminogin/tornote/actions?query=workflow%3ATests) [![Docker Image](https://github.com/osminogin/tornote/workflows/Docker/badge.svg?branch=master)](https://github.com/osminogin/tornote/actions?query=workflow%3ADocker) [![Go Doc](https://godoc.org/github.com/osminogin/tornote?status.svg)](http://godoc.org/github.com/osminogin/tornote) [![License: Apache](https://img.shields.io/badge/License-AGPLv3-black.svg)](https://raw.githubusercontent.com/osminogin/tornote/master/COPYING)\r\n\r\nSelf-destructing notes written on Go with Stanford JS Crypto Library for client-side encryption/decryption.\r\n\r\nLatest stable version deployed on [https://tornote.herokuapp.com/](https://tornote.herokuapp.com/)\r\n\r\n## Security aspects\r\n\r\n- [AES-256](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) encryption used with 27 bytes secret key (randomly generated on client).\r\n\r\n- All private data including secret not leaving a web-browser without encryption.\r\n\r\n- Server stored only anonymous encrypted data (without any reference to author or reader).\r\n \r\n- Note decrypted on the client-side via the [SJCL](https://crypto.stanford.edu/sjcl/) and immediately deleted on server after reading.\r\n\r\nIf you have ideas to improve the our safety/security so far as possible please post the issue.\r\n\r\n## Settings\r\n\r\nConfiguration settings can be set with .env file or environment.\r\n\r\n``DATABASE_URL`` - Data source name (DSN) for PostgreSQL database.\r\n\r\n``SECRET_KEY`` - Server secret used for [CSRF](https://en.wikipedia.org/wiki/Cross-site_request_forgery) protection.\r\n\r\n``HTTPS_ONLY`` - HTTPS only traffic allowed (disabled by default).\r\n\r\n## Getting started\r\n\r\nDeploy to Heroku cloud:\r\n\r\n[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/osminogin/tornote)\r\n\r\nBuild and run locally with Docker:\r\n\r\n```bash\r\ngit clone https://github.com/osminogin/tornote\r\ndocker build -t tornote .\r\ndocker run -p 8000:8000 -e DATABASE_URL=... -e SECRET_KEY=... tornote\r\n```\r\n\r\n\r\n## ChangeLog\r\n\r\n[CHANGELOG.md](https://github.com/osminogin/tornote/blob/master/CHANGELOG.md)\r\n\r\n## License\r\n\r\nSee [COPYING](https://github.com/osminogin/tornote/blob/master/COPYING)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosminogin%2Ftornote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosminogin%2Ftornote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosminogin%2Ftornote/lists"}