{"id":14972258,"url":"https://github.com/phonicmouse/sharppaste","last_synced_at":"2025-10-26T18:31:45.173Z","repository":{"id":48443826,"uuid":"64773891","full_name":"phonicmouse/SharpPaste","owner":"phonicmouse","description":"Cross-platform C# pastebin with client-side AES-256 encryption that just works.","archived":false,"fork":false,"pushed_at":"2021-07-26T07:14:24.000Z","size":11247,"stargazers_count":35,"open_issues_count":53,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T22:23:42.478Z","etag":null,"topics":["asp-net","bootstrap-flat","bootstrap3","c-sharp","cli","cross-platform","jquery","litedb","mit-license","mono","nancyfx","pastebin","prismjs"],"latest_commit_sha":null,"homepage":"","language":"C#","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/phonicmouse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-02T16:33:08.000Z","updated_at":"2023-10-25T21:03:02.000Z","dependencies_parsed_at":"2022-08-24T05:02:35.760Z","dependency_job_id":null,"html_url":"https://github.com/phonicmouse/SharpPaste","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phonicmouse%2FSharpPaste","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phonicmouse%2FSharpPaste/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phonicmouse%2FSharpPaste/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phonicmouse%2FSharpPaste/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phonicmouse","download_url":"https://codeload.github.com/phonicmouse/SharpPaste/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238386124,"owners_count":19463305,"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":["asp-net","bootstrap-flat","bootstrap3","c-sharp","cli","cross-platform","jquery","litedb","mit-license","mono","nancyfx","pastebin","prismjs"],"created_at":"2024-09-24T13:46:38.354Z","updated_at":"2025-10-26T18:31:44.740Z","avatar_url":"https://github.com/phonicmouse.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SharpPaste\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/phonicmouse/SharpPaste/master/LICENSE)\n[![Travis CI](https://img.shields.io/travis/phonicmouse/SharpPaste.svg?style=flat-square\u0026logo=travis)](https://travis-ci.org/phonicmouse/SharpPaste)\n[![AppVeyor](https://img.shields.io/appveyor/ci/phonicmouse/sharppaste.svg?style=flat-square\u0026logo=appveyor)](https://ci.appveyor.com/project/phonicmouse/sharppaste)\n[![Gitter](https://img.shields.io/badge/chat_on-gitter-green.svg?style=flat-square\u0026logo=gitter-white\u0026colorB=ed1965)](https://gitter.im/SharpPasteZ)\n\nCross-platform C# pastebin with client-side AES-256 encryption that just works, made with :heart: in Italy :it:.\n\n## Software Used\n* Mono - C# Cross-Platform Compiler\n* NancyFX - Open Source Web Framework\n* LiteDB - Embedded Database\n* [Strong PwGen](https://gist.github.com/jacobbuck/4247179) - Strong key generator\n* Scrypt.js - Key hashing algorithm (used for AES256 keys)\n* AES-JS - Library to encrypt data using AES directly in your browser\n* Bootstrap - UI Framework\n* Bootstrap Flat Theme - UI Theme\n* jQuery - DOM Framework\n* Prism - Syntax Highlighter\n\n## Installation\nPlease see the [readme-update branch](https://github.com/phonicmouse/SharpPaste/blob/readme-update/README.md) for the new installation docs. __[Work in Progress]__\n\n### Linux/Mac OS X\n**Dependencies:**\n* Mono (see [Supported Mono Versions](#supported-mono-versions) for a full list of supported versions)\n* XSP ( [latest](https://github.com/mono/xsp) version should be fine)\n\n\n**Instructions:**\n1. Install ```mono``` ([Linux](http://www.mono-project.com/docs/getting-started/install/linux/) or [OS X](http://www.mono-project.com/docs/getting-started/install/mac/))\n2. Install [```xsp```](https://github.com/mono/xsp/blob/master/INSTALL)\n3. Install ```nuget```\n4. Clone SharpPaste repository ```git clone https://github.com/phonicmouse/SharpPaste.git```\n5. Enter repo's directory ```cd SharpPaste```\n6. Restore packages ```nuget restore```\n7. Build Solution ```xbuild SharpPaste.sln```\n8. Start [XSP Web Server](http://www.mono-project.com/docs/web/aspnet/#aspnet-hosting-with-xsp) ```xsp``` or ```xsp4``` if you get errors with the first one\n9. Done. Enjoy! :stuck_out_tongue_winking_eye:\n\n\n## Specifics\n\n#### Supported Mono Versions\n\n| Version        | Supported          |\n|:--------------:|:------------------:|\n| latest (5.8.0) | :white_check_mark: |\n| 5.8.0          | :white_check_mark: |\n| 5.4.1          | :white_check_mark: |\n| 5.2.0          | :white_check_mark: |\n| 5.0.1          | :white_check_mark: |\n| 4.8.1          | :white_check_mark: |\n| 4.6.2          | :white_check_mark: |\n| 4.4.2          | :white_check_mark: |\n| 4.2.x          | :x:                |\n| 4.0.x          | :x:                |\n| 3.x.x          | :x:                |\n| 2.x.x          | :x:                |\n| 1.x.x          | :x:                |\n\nSee [Travis CI](https://travis-ci.org/phonicmouse/SharpPaste) for more details.\n\n\n## License\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fphonicmouse%2FSharpPaste.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fphonicmouse%2FSharpPaste?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphonicmouse%2Fsharppaste","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphonicmouse%2Fsharppaste","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphonicmouse%2Fsharppaste/lists"}