From 25479460e49bbf8051af8d3aea845c9f7ad9f2f4 Mon Sep 17 00:00:00 2001 From: Kim Trolle Wadum Date: Thu, 14 Jul 2016 10:18:54 +0200 Subject: [PATCH] Small correction to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e2c1ee..43eef96 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ This package implements the RFC 6238 OATH-TOTP algorithm; ### Storing Keys > **The key is created using Golang crypto random function. It's a secret key and therefore** -> it needs to be protected against unauthorized access. The key cannot be leaked, otherwise the security is complitely compromised. -> The key is presented to the user in a form of QR Code. Once scanned the key should be revealed again. +> it needs to be protected against unauthorized access. The key cannot be leaked, otherwise the security is completely compromised. +> The key is presented to the user in a form of QR Code. Once scanned the key should never be revealed again. > In addition when the QR cide is shared with the client for scanning, the connection used must be secured. The `totp` struct can be easily serialized using the `ToBytes()` function.