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:21 UTC

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

Repository: shiro-site
Updated Branches:
  refs/heads/master 0643e9a6e -> 6817cb0b8


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/c25bd167
Tree: http://git-wip-us.apache.org/repos/asf/shiro-site/tree/c25bd167
Diff: http://git-wip-us.apache.org/repos/asf/shiro-site/diff/c25bd167

Branch: refs/heads/master
Commit: c25bd167ecd8a718c9fe4adf57283038abe7ecdc
Parents: d656e5a
Author: Olaf van der Spek <ol...@gmail.com>
Authored: Fri Jan 26 15:43:50 2018 +0100
Committer: GitHub <no...@github.com>
Committed: Fri Jan 26 15:43: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/c25bd167/cryptography-features.md
----------------------------------------------------------------------
diff --git a/cryptography-features.md b/cryptography-features.md
index 2c6f650..2ea4ddb 100644
--- a/cryptography-features.md
+++ b/cryptography-features.md
@@ -13,7 +13,7 @@
 <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4d66ef016022c3bd"></script>
 
 
-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.
+Cryptography is the practice of protecting information from undesired access by hiding it or converting it into nonsense so no 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.
 


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

Posted by bd...@apache.org.
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


[3/4] shiro-site git commit: Merge remote-tracking branch 'origin/pr-34'

Posted by bd...@apache.org.
Merge remote-tracking branch 'origin/pr-34'

Fixes #34


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

Branch: refs/heads/master
Commit: 59c35e3d080478989c0c378c207f6a2bda322823
Parents: 0643e9a c25bd16
Author: Brian Demers <bd...@apache.org>
Authored: Fri May 4 15:34:56 2018 -0400
Committer: Brian Demers <bd...@apache.org>
Committed: Fri May 4 15:34:56 2018 -0400

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



[4/4] shiro-site git commit: Merge remote-tracking branch 'origin/pr-35'

Posted by bd...@apache.org.
Merge remote-tracking branch 'origin/pr-35'

Fixes #35


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

Branch: refs/heads/master
Commit: 6817cb0b86fcdbbd2c53c4ce28e74c7dce225ca7
Parents: 59c35e3 67d0844
Author: Brian Demers <bd...@apache.org>
Authored: Fri May 4 15:35:14 2018 -0400
Committer: Brian Demers <bd...@apache.org>
Committed: Fri May 4 15:35:14 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/shiro-site/blob/6817cb0b/cryptography-features.md
----------------------------------------------------------------------
diff --cc cryptography-features.md
index 2ea4ddb,97dc2fa..1ebb72e
--- a/cryptography-features.md
+++ b/cryptography-features.md
@@@ -13,9 -13,9 +13,9 @@@
  <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4d66ef016022c3bd"></script>
  
  
 -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.
 +Cryptography is the practice of protecting information from undesired access by hiding it or converting it into nonsense so no 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