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 2017/06/22 20:29:40 UTC

[3/3] shiro-site git commit: Added minor fix based on #16

Added minor fix based on #16


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

Branch: refs/heads/master
Commit: 5ad50a9970c612cd3cfabc4b8c7d60a2930cfba0
Parents: 6018aac
Author: Brian Demers <bd...@apache.org>
Authored: Thu Jun 22 16:29:32 2017 -0400
Committer: Brian Demers <bd...@apache.org>
Committed: Thu Jun 22 16:29:32 2017 -0400

----------------------------------------------------------------------
 java-cryptography-guide.md.vtl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5ad50a99/java-cryptography-guide.md.vtl
----------------------------------------------------------------------
diff --git a/java-cryptography-guide.md.vtl b/java-cryptography-guide.md.vtl
index 0ad4ab4..e59cd7b 100644
--- a/java-cryptography-guide.md.vtl
+++ b/java-cryptography-guide.md.vtl
@@ -16,7 +16,7 @@ Java Cryptography Guide with Apache Shiro
 
 Cryptography is the protecting of information from undesired access by hiding it or converting it into nonsense so that no one can read it.
 
-Shiro is a major part of Shiro because we wanted to provide you with simplicity on what is typically a very complex topic. For example, the Java Cryptophay Environments (JCE) already handles cryptography in a Java environment but is very difficult to learn and use. So we grabbed the concepts made available by the JCE API and make them available to us mortals. In addition, all of the calls in the JCE are procedural which doesn't fit in Java's Object Oriented paradigm. So in Shiro, our cryptography features are all object oriented.
+Shiro is a major part of Shiro because we wanted to provide you with simplicity on what is typically a very complex topic. For example, the Java Cryptography Extension (JCE) already handles cryptography in a Java environment but is very difficult to learn and use. So we grabbed the concepts made available by the JCE API and make them available to us mortals. In addition, all of the calls in the JCE are procedural which doesn't fit in Java's Object Oriented paradigm. So in Shiro, our cryptography features are all object oriented.
 
 <a name="JavaCryptographyGuide-ElementsofCryptography"></a>
 Elements of Cryptography