{"id":33662,"date":"2015-01-01T13:47:33","date_gmt":"2015-01-01T13:47:33","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-jcryption\/"},"modified":"2015-05-16T10:34:09","modified_gmt":"2015-05-16T10:34:09","slug":"wp-jcryption","status":"publish","type":"plugin","link":"https:\/\/bal.wordpress.org\/plugins\/wp-jcryption\/","author":5467014,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.5.1","stable_tag":"trunk","tested":"4.8.28","requires":"3.8.1","requires_php":"","requires_plugins":"","header_name":"WP jCryption Security","header_author":"Andrey K.","header_description":"","assets_banners_color":"68bca9","last_updated":"2015-05-16 10:34:09","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/andrey.eto-ya.com\/wordpress\/my-plugins\/wp-jcryption","header_author_uri":"http:\/\/andrey.eto-ya.com\/","rating":4.7,"author_block_rating":0,"active_installs":30,"downloads":2813,"num_ratings":3,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":"1","5":"2"},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1057868","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1071006","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1071006","resolution":"2","location":"assets"}},"screenshots":{"1":"HTTP headers without encryption.","2":"Log-in process encrypted by WP jCryption."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[12167,601,602,1930,600],"plugin_category":[38,42,54],"plugin_contributors":[81594],"plugin_business_model":[],"class_list":["post-33662","plugin","type-plugin","status-publish","hentry","plugin_tags-encryption","plugin_tags-forms","plugin_tags-login","plugin_tags-password","plugin_tags-security","plugin_category-authentication","plugin_category-contact-forms","plugin_category-security-and-spam-protection","plugin_contributors-andreyk","plugin_committers-andreyk"],"banners":{"banner":"https:\/\/ps.w.org\/wp-jcryption\/assets\/banner-772x250.png?rev=1057868","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-jcryption_68bca9.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-jcryption\/assets\/screenshot-1.png?rev=1071006","caption":"HTTP headers without encryption."},{"src":"https:\/\/ps.w.org\/wp-jcryption\/assets\/screenshot-2.png?rev=1071006","caption":"Log-in process encrypted by WP jCryption."}],"raw_content":"<!--section=description-->\n<p>The plugin increases security of a site in case it has no SSL certificate,\nuseful for owners of small sites who want to secure their passwords and\nother posted data but don't want to buy SSL certificate for each domain\nand subdomain: it protects from sniffering the most important data such as\npasswords when they are being sent from forms of your site to the server.<\/p>\n\n<p>When the form served by the plugin is submitted all input data are being\njoined into a string, then this string is being encrypted with AES algorythm\nby disposable key and only encrypred string will be sent.<\/p>\n\n<p>A browser encrypts the disposable key in javascript by the RSA public key\nand sends it to the server; then the server decrypts it with the RSA private\nkey and then use it to decrypt the posted data with AES.<\/p>\n\n<p>Translations included: Ukrainian, Russian, German and Brazilian Portuguese.<\/p>\n\n<p>I just adapted usage in WordPress the jCryption jQuery plugin, v. 3.1.0.\nPlease check www.jcryption.org to learn how jCryption works.<\/p>\n\n<!--section=installation-->\n<p>Upload wp-jcryption.zip using the wordpress plugin installation interface\nand activate the plugin. On the very first activation 1024-bit RSA key pair\nwill be generated and the list of forms the plugin is primarily destinated\nfor will be saved. You may add other form IDs to this list on the plugin\nsettings page: Settings - WP jCryption.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><p>Upload wp-jcryption.zip using the wordpress plugin installation interface\nand activate the plugin. On the very first activation 1024-bit RSA key pair\nwill be generated and the list of forms the plugin is primarily destinated\nfor will be saved. You may add other form IDs to this list on the plugin\nsettings page: Settings - WP jCryption.<\/p><\/dd>\n<dt>Why should I use this plugin?<\/dt>\n<dd><p>If you don't use https on your site your password could be stolen through\nman-in-the-middle attack when you are submitting log-in form because form data\n(including password) are being sent as plain text. This plugin encrypts submitted\ndata in a way similar to https transmission.<\/p><\/dd>\n<dt>Does this plugin encrypts transmission of my site pages entirely?<\/dt>\n<dd><p>No. The plugin encrypts only data being posted from most important forms\n(that contain password fields: login, reset password, user profile)\nand forms you specify additionally. To secure all incoming and\noutgoing traffic of your site a SSL certificate is needed.<\/p><\/dd>\n<dt>I have SSL certificate installed on my site already. Do I need to install the plugin?<\/dt>\n<dd><p>No.<\/p><\/dd>\n<dt>Can I check whether the form data are being sent encrypted?<\/dt>\n<dd><p>Yes, you can do it by means of Firefox LiveHTTPHeaders extension, Fiddler or similar tools.<\/p><\/dd>\n<dt>What are system requirements for the plugin?<\/dt>\n<dd><p>PHP version &gt;= 5.3 with OpenSSL PHP extension.<\/p><\/dd>\n<dt>Do I need to generate RSA private and public key files with Linux commands?<\/dt>\n<dd><p>No. PHP generates keys for you and save them in a database. So, this plugin is usable on (almost) any shared hosting.<\/p><\/dd>\n<dt>The plugin works with login form but disables other form during it's being submitted.<\/dt>\n<dd><p>Try to enable the plugin option: Fix button id=\"submit\" and name=\"submit\".<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.5.1<\/h4>\n\n<ul>\n<li>Minified javascript.<\/li>\n<\/ul>\n\n<h4>0.5<\/h4>\n\n<ul>\n<li>Minified javascript.<\/li>\n<li>Changed endpoint URL to avoid it got cached by caching plugins.<\/li>\n<li>Unset session jCryptionKey after decryption.<\/li>\n<\/ul>\n\n<h4>0.4.1<\/h4>\n\n<ul>\n<li>German and Brazilian Portuguese translations by Matthias.<\/li>\n<\/ul>\n\n<h4>0.4<\/h4>\n\n<ul>\n<li>removed unnecessary printing $_POST in the end of wp_jcryption_entry function\n(it was there for testing purpose but could be a target for XSS, thanks to Konstantin Kovshenin for this notice).<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>'fix_submit' plugin setting is checked on install to let the plugin work with the user profile form;<\/li>\n<li>testing of system requirements enhanced.<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>jCryption entry point moved into the 'plugins_loaded' action.<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>initial version, with separate entry point file using SHORTINIT.<\/li>\n<\/ul>","raw_excerpt":"Prevents forms data against sniffing network traffic through encryption provided by jCryption javascript library.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/33662","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=33662"}],"author":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/andreyk"}],"wp:attachment":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=33662"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=33662"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=33662"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=33662"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=33662"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=33662"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}