-
Updated
Jul 26, 2021 - JavaScript
encryption
Here are 503 public repositories matching this topic...
-
Updated
May 9, 2021 - JavaScript
Most of the time we display FAQ links as raw URLs, like this:
But in some places (at least in Settings → Subscription → Gift cards) we just make it a link with a text.
-
Updated
Jul 26, 2021 - JavaScript
-
Updated
Jul 10, 2021 - JavaScript
Tracking issue: https://gitlab.com/timvisee/send/-/issues/21
An integration with shlink (https://shlink.io/documentation/api-docs/) would be very useful.
It would be helpful for automatically shortening links for input on a client computer where QR-codes aren't easily readable.
As I don't have much programming experience myself at all I don't know if it would be reasonably doable, al
Steps to reproduce
- Call the hash function with the following parameters
const argon2 = require('argon2');
const options= {
parallelism: 1,
timeCost: 1,
memoryCost: 128
};
const hash = await argon2.hash("password", options);
Expected behaviour
Argon computation is done succesfully.
It worked on version 0.27.2 and lower.
Actual behaviour
-
Updated
Mar 28, 2021 - JavaScript
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Jul 22, 2021 - JavaScript
-
Updated
Jul 13, 2021 - JavaScript
-
Updated
Jul 22, 2021 - JavaScript
-
Updated
Jul 20, 2021 - JavaScript
-
Updated
Jun 11, 2021 - JavaScript
-
Updated
May 11, 2021 - JavaScript
-
Updated
May 7, 2021 - JavaScript
-
Updated
Jul 25, 2021 - JavaScript
-
Updated
Apr 29, 2021 - JavaScript
-
Updated
Mar 26, 2021 - JavaScript
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Jul 12, 2021 - JavaScript
-
Updated
Jul 9, 2021 - JavaScript
-
Updated
Jan 28, 2021 - JavaScript
-
Updated
Jun 11, 2021 - JavaScript
-
Updated
Jun 5, 2021 - JavaScript
-
Updated
Oct 31, 2020 - JavaScript
Hi, I'd like to info you that Authenticator extension has supported standard OTP backup format, so it would be very easy to import data from Authenticator extension backups.
I also suggest this project support such format to ma
-
Updated
Nov 25, 2020 - JavaScript
Improve this page
Add a description, image, and links to the encryption topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the encryption topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.
Describe the solution you'd like
After tab switching, scroll position should be remembere