Changeset 1057875
- Timestamp:
- 01/01/2015 01:57:50 PM (11 years ago)
- Location:
- wp-jcryption/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-jcryption.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-jcryption/trunk/readme.txt
r1057868 r1057875 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Prevents forms data against sniff ering of network traffic through encryption provided by jCryption javascript plugin.11 Prevents forms data against sniffing network traffic through encryption provided by jCryption javascript library. 12 12 13 13 == Description == -
wp-jcryption/trunk/wp-jcryption.php
r1057868 r1057875 3 3 Plugin Name: WP jCryption 4 4 Version: 0.2 5 Description: Prevents forms data against sniff ering of network traffic through encryption provided by jCryption javascript library. Useful for owners of small sites who want to secure their passwords and other posted data but don't want to buy SSL certificate for each domain and subdomain, it protects from sniffering the most important data such as passwords when they are being sent from forms of your site to the server (to learn how jCryption works visit jCryption site: www.jcryption.org).5 Description: Prevents forms data against sniffing network traffic through encryption provided by jCryption javascript library. Useful for owners of small sites who want to secure their passwords and other posted data but don't want to buy SSL certificate for each domain and subdomain, it protects from sniffing the most important data such as passwords when they are being sent from forms of your site to the server (to learn how jCryption works visit jCryption site: www.jcryption.org). 6 6 Requires at least: 3.8.1 7 7 Tested up to: 4.1
Note: See TracChangeset
for help on using the changeset viewer.