You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2018/05/04 19:36:22 UTC

[2/4] shiro-site git commit: Update cryptography-features.md

Update cryptography-features.md

Project: http://git-wip-us.apache.org/repos/asf/shiro-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/shiro-site/commit/67d08445
Tree: http://git-wip-us.apache.org/repos/asf/shiro-site/tree/67d08445
Diff: http://git-wip-us.apache.org/repos/asf/shiro-site/diff/67d08445

Branch: refs/heads/master
Commit: 67d08445440061e038489a107263f9bcc8a95be5
Parents: d656e5a
Author: Olaf van der Spek <ol...@gmail.com>
Authored: Fri Jan 26 15:44:50 2018 +0100
Committer: GitHub <no...@github.com>
Committed: Fri Jan 26 15:44:50 2018 +0100

----------------------------------------------------------------------
 cryptography-features.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro-site/blob/67d08445/cryptography-features.md
----------------------------------------------------------------------
diff --git a/cryptography-features.md b/cryptography-features.md
index 2c6f650..97dc2fa 100644
--- a/cryptography-features.md
+++ b/cryptography-features.md
@@ -15,7 +15,7 @@
 
 Cryptography is the practice of protecting information from undesired access by hiding it or converting it into nonsense so know one else can read it. Shiro focuses on two core elements of Cryptography: ciphers that encrypt data like email using a public or private key, and hashes (aka message digests) that irreversibly encrypt data like passwords.
 
-Shiro Cryptography's primary goal is take what has traditionally be an extremely complex field and make it easy for the rest of us while providing a robust set of cryptography features.
+Shiro Cryptography's primary goal is take what has traditionally been an extremely complex field and make it easy for the rest of us while providing a robust set of cryptography features.
 
 <a name="CryptographyFeatures-SimplicityFeatures"></a>
 ##Simplicity Features