From 90ec24c941b4d674c9ac4b248b82dc9151d82bed Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 5 Aug 2023 18:12:06 -0400 Subject: [PATCH] Add web interface --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8db3755..cc2877f 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ Picocrypt for macOS is very simple as well. Download Picocrypt here. While this AppImage should work on most systems, Linux is a mess when it comes to cross-distro and cross-release compatibility, so if the AppImage doesn't work, you can try the Snap, run Picocrypt through Wine, or compile from source using the instructions in the `src/` directory. +## Web +A web interface for Picocrypt is available here, allowing you to use a lite version of Picocrypt on any device. Keep in mind that its functionality is very limited and you won't be able to use any advanced features. It is also quite slow compared to the native app. + ## CLI A command-line interface is available for Picocrypt here. Keep in mind that the functionality is extremely limited and is not meant to replace the standard GUI app. Rather, it's best suited for environments where the GUI won't run or you need the ability to automate encryption workflows.