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

svn commit: r1830940 - /shiro/site/publish/cryptography-features.html

Author: bdemers
Date: Fri May  4 19:36:49 2018
New Revision: 1830940

URL: http://svn.apache.org/viewvc?rev=1830940&view=rev
Log:
merging shiro site pr-34 and pr-35

Modified:
    shiro/site/publish/cryptography-features.html

Modified: shiro/site/publish/cryptography-features.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/cryptography-features.html?rev=1830940&r1=1830939&r2=1830940&view=diff
==============================================================================
--- shiro/site/publish/cryptography-features.html (original)
+++ shiro/site/publish/cryptography-features.html Fri May  4 19:36:49 2018
@@ -232,8 +232,8 @@
 </div>
 <script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
 <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4d66ef016022c3bd"></script>
-<p>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.</p>
-<p>Shiro Cryptography&rsquo;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.</p>
+<p>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.</p>
+<p>Shiro Cryptography&rsquo;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.</p>
 <a name="CryptographyFeatures-SimplicityFeatures"></a>
 <h2><a href="#simplicity-features" name="simplicity-features">Simplicity Features</a></h2>
 <ul>