diff --git a/public/index.html b/public/index.html index a289c72..08135be 100644 --- a/public/index.html +++ b/public/index.html @@ -2,111 +2,57 @@
-

Goodbye World

-
- - -
diff --git a/view/.aes/main.go b/view/.aes/main.go index bd2c25c..4b7b09d 100644 --- a/view/.aes/main.go +++ b/view/.aes/main.go @@ -35,6 +35,7 @@ func aesDec(key, payload string) (string, error) { if err != nil { return "", err } + log.Println(gcm.NonceSize()) if len(ciphertext) < gcm.NonceSize() { return "", errors.New("short ciphertext") }