Crypter icon indicating copy to clipboard operation
Crypter copied to clipboard

A Blazor WASM web application that offers end-to-end encrypted file and message transfer using Libsodium, Entity Framework, Hangfire, Docker, NUnit, and Mailkit.

Results 18 Crypter issues
Sort by recently updated
recently updated
newest added

## Description The primary reason for limiting file transfers to 100 MB is to accommodate mobile browsers. The majority of mobile browsers are still 32-bit, meaning they are limited to...

enhancement
blocked

**Describe the bug** Every so often, a large file upload will fail halfway through transmission to the server, Figure out how to overcome this.

bug
triage

I'd like to disable Entity Framework Core's tracking mechanism across the whole project; only enabling tracking in cases where the API would need to make an update an entity in...

enhancement
good first issue

Hey Jack as you requested I'm opening this thread for visibility and benefits of others pursuing to do the same. While I proficient with scripting and some development, I am...

## Description If the plan is to implement a self-hosted storage option for Crypter, then the existing Crypter code needs to switch to signing JWTs with a private key, instead...

enhancement
good first issue

## Description I would like to implement a means of storing messages and files indefinitely. This feature would be limited to users who have created an account. This issue relates...

enhancement

**Describe the enhancement.** The current Search page in Crypter.Web only shows up to 20 results. There is no concept of paging or scrolling to load more search results. Implement an...

enhancement

## Description I would like to know which version of the application I am using when I load www.crypter.dev. Show the version number of the application somewhere on the front-end....

enhancement
good first issue
devops

## Description The unit tests for this project depend on Docker running in the background. Update the project documentation such that newcomers are aware of this requirement. ### Additional Also...

documentation

Key exchange already occurs for every file and message upload. If a user is not logged in when they upload something, then an ephemeral key pair is created. The public...

enhancement
backlog