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 39 Crypter issues
Sort by recently updated
recently updated
newest added

This PR is a proposal to introduce an incomplete test fixture for bug #547. I ran into complications with mocking the LINQ query used in the private method `GetRecipientIdAsync`: ```csharp...

**Describe the feature** I would like to add the ability for users to upload a profile picture. Acceptance Criteria: - Users should be able to upload a profile picture from...

enhancement

**Context** When a registered user decrypts a file or message sent to them, Crypter does not automatically delete that file or message. Crypter lets that item exist until the item's...

enhancement

Crypter currently allows users, who have a verified email address, to perform account recoveries / password resets in case they lose their password. Crypter should also allow users to change...

enhancement

**Describe the feature** I think it's confusing for users and a chore for developers to support both "Upload Message" and "Upload File". Instead, I think it would make more sense...

enhancement

To work around the Chromium issues linked below, this PR ensures the "download" service worker is only present as a file is being downloaded. Otherwise, a "no op" service worker...

The next Crypter release will occur following the official release of .NET 9.0 and following the release of Chrome v130, or whichever version of Chrome contains [this bugfix](https://issues.chromium.org/issues/339788214). Please note...

announcement

**Describe the feature** Implement opt-in MFA for registered users. Supported options should include emailed codes and TOTP.

enhancement

API routes are currently prefixed with "api". This was intended to support hosting the web client and web API from the same host, using the same reverse-proxy. Do API endpoints...

good first issue
refactor