From 7e14156f45c46faf8c9834aab2116248c4b331da Mon Sep 17 00:00:00 2001 From: Christoph Schulz Date: Fri, 5 Mar 2021 16:26:22 +0100 Subject: [PATCH] Fix webroot in home template --- templates/home.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/home.html b/templates/home.html index 74a0295..235a7c0 100644 --- a/templates/home.html +++ b/templates/home.html @@ -15,7 +15,7 @@
-

AES Encryption

+

AES Encryption

Encrypt and decrypt strings using OpenSSL-compatible AES.

@@ -23,7 +23,7 @@

AES Encryption

-

RSA Key Generator

+

RSA Key Generator

Generate an RSA public-private key pair, compatible with OpenSSL.

@@ -31,7 +31,7 @@

RSA Key Generator

-

Diffie-Hellman Exchange

+

Diffie-Hellman Exchange

Derive a shared secret over an insecure channel.

@@ -39,7 +39,7 @@

Diffie-Hellman Exchange

-

String Hash Calculator

+

String Hash Calculator

Calculate various hashes, like MD5, SHA-256, the SHA-3 family, and others.

@@ -47,7 +47,7 @@

String Hash Calculator

-

String HMAC Calculator

+

String HMAC Calculator

Like the hash calculator, but with a secret.

@@ -55,7 +55,7 @@

String HMAC Calculator

-

TOTP Calculator

+

TOTP Calculator

RFC 6238-compatible time-based one-time password calculator and QR code generator, compatible with Google Authenticator, Authy, and others.