From bc8ac4057203f02ab8a897650d6ea519cac299cb Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 4 Apr 2021 02:59:42 +0200 Subject: age-wasm: move into subdirectory --- Readme.org | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Readme.org (limited to 'Readme.org') diff --git a/Readme.org b/Readme.org deleted file mode 100644 index b997ea0..0000000 --- a/Readme.org +++ /dev/null @@ -1,21 +0,0 @@ -* age-encryption in web assembly - -** Compile -Compile with: - -#+BEGIN_SRC -wasm-pack build --target web -#+END_SRC - -don't forget the ~--target web~, otherwise strange mimetype issues -may arise in browsers. - -** What? -Mostly an experiment how well this works. Public key crypto works fine, -but for some reason decrypting files encrypted with a passphrase takes -an inordinate amount of time, and browsers' mining-detectors tend to -complain. - -The encryption used is the [[https://crates.io/crates/age][age rust crate]], which is a reimplementation -of Filippo Valsorda's [[age-encryption.org][age encryption]]. The rust implementation is still -marked as beta, so this probably shouldn't be used for anything important. -- cgit v1.2.3