Monday, June 11, 2012

121 - Base64 Encode Decode by Lingoes

121 - Javascript Encryption series: webpages to encrypt things from your little brother or sister.
Base64 Encode / Decode (for text) by Lingoes © ===Nov.2011-written by JCPMA===

☂ Base64 Encode 編碼 / Decode 解碼 encodes regular and unicode text into a Base 64 text format. It can be considered a weak encryption tool, or a tool to carry unicode text characters.

[ss - goes here base64-enc-ss.png]
http://s556.photobucket.com/albums/ss4/jcpma/blogger-kx/?action=view&current=base64-enc-ss.png

Base64 Encode 編碼 / Decode 解碼 is hosted at http://carpediem2100.fcpages.com/js-encr/ba_index-b64-6.html
An alternate version is at  http://carpediem2100.fcpages.com/js-appendix/index-b64-6.html


----Download a copy of ☂ Base64 Encode 編碼 / Decode 解碼----
It is a standalone webpage. Saving a copy from the website will work, however, it is recommended to download from the file sharing site Mediafire or Box.net for reasons of smaller file size and html purity.

Download the ad-free original webpage from Mediafire:
ba_index-b64-6.html http://www.mediafire.com/download.php?6ta3btyzn4sek29
index-b64-6.html http://www.mediafire.com/download.php?ma48r29msnxra62

Download the ad-free original webpage from Box.net:
ba_index-b64-6.html http://www.box.com/s/19492eg1tlhc6xvkl12b
index-b64-6.html http://www.box.com/s/qbok8cnit6r8n1h53r9e

Download the "b64" image square from Mediafire:
base64logo32.png http://www.mediafire.com/download.php?m14849a2j3ak15l
base64logo32.png http://www.mediafire.com/download.php?pg96418t7vtt2yu 

Download the "b64" image square from Box.net:
base64logo32.png http://www.box.com/s/k4jgrjojtfn3gqa4b36c
base64logo32.png http://www.box.com/s/n6lbktd5x3fsdkjl8uvh

The directory (for various appendices) is  \js-appendix\ :
http://www.mediafire.com/?uvl7mbxd1vdzb
http://www.box.com/s/a9d82g4mkjgrb2cqsthu


So far, the entire series is hosted at this website in this directory:  /js-encr/
This is the js-encr folder at Mediafire: http://www.mediafire.com/?yz2o4lrg3xplq
This is the js-encr folder at Box.net: http://www.box.com/s/g3mjclevtqh5zucy5hi2

http://jcpma.bravehost.com/js-encr/js-encr-checksum.md5.txt
js-encr-checksum.md5.txt at Mediafire: http://www.mediafire.com/download.php?fqv0agszmuzepg7
js-encr-checksum.md5.txt at Box.net: http://www.box.com/s/uy95tayfxx9lburtj33v

js-encr.zip represents all the files in the js-encr directory.
js-encr.zip at Mediafire http://www.mediafire.com/download.php?28i307t6nktfhi9
js-encr.zip at Box.net http://www.box.com/s/ay3l6q9zlojbdqqfaaeg

md5 hashes
js-encr-checksum.md5.txt,00e5ff886491a1a62acb43c8f13a3de7, 1 KB
js-encr.zip,71e86697e6589075e3f05eb4592871cc, 100 KB
ba_index-b64-6.html,9f7bbe60e1e2c19ddaef9e7291b8f6c3, 11 KB
base64logo32.png,15fe14a4e58b6777942190ed84ea6833, 1 KB
index-b64-6.html, 9f7bbe60e1e2c19ddaef9e7291b8f6c3, 11 KB
base64logo32.png, 15fe14a4e58b6777942190ed84ea6833, 332 bytes

 

120 - JavaScrypt -John Walker

### - Javascript Encryption series: webpages to encrypt things from your little brother or sister.
JavaScrypt© Encryption and Decryption by John Walker ===Nov.2011-written by JCPMA===

JavaScrypt© Encryption and Decryption encrypts regular and unicode text using AES, a strong encryption algorithm. It has an optional password generator, and also you can choose between three encoding output formats.

[ss - goes here javascrypt-ss.png]
http://s556.photobucket.com/albums/ss4/jcpma/blogger-kx/?action=view&current=javascrypt-ss.png

JavaScrypt© is hosted at http://bigarrow.tripod.com/js-encr/j4jscrypt.html


----Download a copy of JavaScrypt©----
It is a standalone webpage. Saving a copy from the website will work, however, it is recommended to download from the file sharing site Mediafire or Box.net for reasons of smaller file size and html purity.

Download the ad-free original webpage from Mediafire:
j4jscrypt.html http://www.mediafire.com/download.php?ih1il41k16kx8fy

Download the ad-free original webpage from Box.net:
j4jscrypt.html http://www.box.com/s/9zjy3v9bskcbuycznzcl


So far, the entire series is hosted at this website in this directory:  /js-encr/
This is the js-encr folder at Mediafire: http://www.mediafire.com/?yz2o4lrg3xplq
This is the js-encr folder at Box.net: http://www.box.com/s/g3mjclevtqh5zucy5hi2

http://jcpma.bravehost.com/js-encr/js-encr-checksum.md5.txt
js-encr-checksum.md5.txt at Mediafire: http://www.mediafire.com/download.php?fqv0agszmuzepg7
js-encr-checksum.md5.txt at Box.net: http://www.box.com/s/uy95tayfxx9lburtj33v

js-encr.zip represents all the files in the js-encr directory.
js-encr.zip at Mediafire http://www.mediafire.com/download.php?28i307t6nktfhi9
js-encr.zip at Box.net http://www.box.com/s/ay3l6q9zlojbdqqfaaeg

md5 hashes
js-encr-checksum.md5.txt,00e5ff886491a1a62acb43c8f13a3de7, 1 KB
js-encr.zip,71e86697e6589075e3f05eb4592871cc, 100 KB
j4jscrypt.html,c0374cced40bbfb97ea992f7c8ca44d5, 33 KB

119 - AES Javascript Chris Veness

119 - Javascript Encryption series: webpages to encrypt things from your little brother or sister.
AES Javascript © by Chris Veness ===Nov.2011-written by JCPMA===

Chris Veness' javascript encrypts regular and unicode text using AES, a strong encryption algorithm. The featured webpage is best suited for encoding short messages.

[ss - goes here AES-Veness-ss.png]
http://s556.photobucket.com/albums/ss4/jcpma/blogger-kx/?action=view&current=AES-Veness-ss.png

AES Javascript © is hosted at http://users3.jabry.com/jonjonbadboy/js-encr/m_aes8.html


----Download a copy of AES Javascript ©----
It is a standalone webpage. Saving a copy from the website will work, however, it is recommended to download from the file sharing site Mediafire or Box.net for reasons of smaller file size and html purity.

Download the ad-free original webpage from Mediafire:
m_aes8.html http://www.mediafire.com/download.php?dulxr2kszgk7c5g

Download the ad-free original webpage from Box.net:
m_aes8.html http://www.box.com/s/s2ktzivtrqh2xjb3ffgs


So far, the entire series is hosted at this website in this directory:  /js-encr/
This is the js-encr folder at Mediafire: http://www.mediafire.com/?yz2o4lrg3xplq
This is the js-encr folder at Box.net: http://www.box.com/s/g3mjclevtqh5zucy5hi2

http://jcpma.bravehost.com/js-encr/js-encr-checksum.md5.txt
js-encr-checksum.md5.txt at Mediafire: http://www.mediafire.com/download.php?fqv0agszmuzepg7
js-encr-checksum.md5.txt at Box.net: http://www.box.com/s/uy95tayfxx9lburtj33v

js-encr.zip represents all the files in the js-encr directory.
js-encr.zip at Mediafire http://www.mediafire.com/download.php?28i307t6nktfhi9
js-encr.zip at Box.net http://www.box.com/s/ay3l6q9zlojbdqqfaaeg

md5 hashes
js-encr-checksum.md5.txt,00e5ff886491a1a62acb43c8f13a3de7, 1 KB
js-encr.zip,71e86697e6589075e3f05eb4592871cc, 100 KB
m_aes8.html,5803a81cc5f10314325a7ceb6d2be398, 35 KB

Sunday, June 3, 2012

118 - Alpha Crypt -Joseph Myers

118 - Javascript Encryption series: webpages to encrypt things from your little brother or sister.
Alpha Crypt - Text Message Encryptor (© Joseph Myers) ===Nov.2011-written by JCPMA===

This javascript text encryptor is written by Joseph Myers. It encrypts traditional text. Most punctuation is not altered, but is left in the body of the message/cipher-text as-is. (Alpha Crypt does not handle the newer text characters, ie., the unicode text characters.)

[ss - goes here n-alphacrypt-ss.png]
http://s556.photobucket.com/albums/ss4/jcpma/blogger-kx/?action=view&current=n-alphacrypt-ss.png

Alpha Crypt © is hosted at http://carpediem2100.fcpages.com/js-encr/n-alphac8.html


----Download a copy of Alpha Crypt ©----
It is a standalone webpage. Saving a copy from the website will work, however, it is recommended to download from the file sharing site Mediafire or Box.net for reasons of smaller file size and html purity.

Download the ad-free original webpage from Mediafire:
n-alphac8.html http://www.mediafire.com/download.php?vkdb9v86lp7i6ae

Download the ad-free original webpage from Box.net:
n-alphac8.html http://www.box.com/s/dputicsyh8q3pbseunqz


So far, the entire series is hosted at this website in this directory:  /js-encr/
This is the js-encr folder at Mediafire: http://www.mediafire.com/?yz2o4lrg3xplq
This is the js-encr folder at Box.net: http://www.box.com/s/g3mjclevtqh5zucy5hi2

http://jcpma.bravehost.com/js-encr/js-encr-checksum.md5.txt
js-encr-checksum.md5.txt at Mediafire: http://www.mediafire.com/download.php?fqv0agszmuzepg7
js-encr-checksum.md5.txt at Box.net: http://www.box.com/s/uy95tayfxx9lburtj33v

js-encr.zip represents all the files in the js-encr directory.
js-encr.zip at Mediafire http://www.mediafire.com/download.php?28i307t6nktfhi9
js-encr.zip at Box.net http://www.box.com/s/ay3l6q9zlojbdqqfaaeg

md5 hashes
js-encr-checksum.md5.txt,00e5ff886491a1a62acb43c8f13a3de7, 1 KB
js-encr.zip,71e86697e6589075e3f05eb4592871cc, 100 KB
n-alphac8.html,ee0733a05ab84a81ba5efe6d8e0a94a4, 16 KB

117 - JavaScript Text Encryption -Tomislav Sereg

117 - Javascript Encryption series: webpages to encrypt things from your little brother or sister.
JavaScript Text Encryption ⇔ by Tomislav Sereg © ===Nov.2011-written by JCPMA===

This software is written by Tomislav Sereg. It is handy for encrypting traditional text. (It does not handle the newer text characters, ie., the unicode text characters.)

[ss - goes here sereg7--ss.png]
http://s556.photobucket.com/albums/ss4/jcpma/blogger-kx/?action=view&current=sereg7--ss.png

JavaScript Text Encryption ⇔ by Tomislav Sereg © is hosted at http://bigarrow.tripod.com/js-encr/sereg7.htm


----Download a copy of JavaScript Text Encryption ⇔ by Tomislav Sereg ©----
It is a standalone webpage. Saving a copy from the website will work, however, it is recommended to download from the file sharing site Mediafire or Box.net for reasons of smaller file size and html purity.

Download the ad-free original webpage from Mediafire:
sereg7.htm http://www.mediafire.com/download.php?177nqq0y6f9r2in

Download the ad-free original webpage from Box.net:
sereg7.htm http://www.box.com/s/i3yv0botia6oilsliayt


So far, the entire series is hosted at this website in this directory:  /js-encr/
This is the js-encr folder at Mediafire: http://www.mediafire.com/?yz2o4lrg3xplq
This is the js-encr folder at Box.net: http://www.box.com/s/g3mjclevtqh5zucy5hi2

http://jcpma.bravehost.com/js-encr/js-encr-checksum.md5.txt
js-encr-checksum.md5.txt at Mediafire: http://www.mediafire.com/download.php?fqv0agszmuzepg7
js-encr-checksum.md5.txt at Box.net: http://www.box.com/s/uy95tayfxx9lburtj33v

js-encr.zip represents all the files in the js-encr directory.
js-encr.zip at Mediafire http://www.mediafire.com/download.php?28i307t6nktfhi9
js-encr.zip at Box.net http://www.box.com/s/ay3l6q9zlojbdqqfaaeg

md5 hashes
js-encr-checksum.md5.txt,00e5ff886491a1a62acb43c8f13a3de7, 1 KB
js-encr.zip,71e86697e6589075e3f05eb4592871cc, 100 KB
sereg7.htm,833585e0d25fa79d5fcbe23074f90ec2, 14 KB

**==unrelated note== ** Today I changed my Blogger/Blogspot's widths; I didn't know how to do it on the new Blogger interface, so I reverted to the old interface temporarily.  The newer setting provides more area for the posts, and less space for the sidebar.  the old widths were 510 & 440 pixels; The current (new) widths are 640 & 310 pixels

116 - OpenPGP JavaScript Demo -Herbert Hanewinkel

116 - Javascript Encryption series: webpages to encrypt things from your little brother or sister.
OpenPGP Message Encryption in JavaScript Demo ===Nov.2011-written by JCPMA===

This is a set of two javascript webpages containing software written by Herbert Hanewinkel. The first reads a pgp (gpg) public key cipher information. The second webpage uses this info to encode a text message for the owner of the public key.
Please note: The message can only be decoded by the recipient (the public key owner) using standard PGP or GnuPG software. These webpages do not decode; they only encode.

[ss - goes here pgp1-2-key-ss.png]
http://s556.photobucket.com/albums/ss4/jcpma/blogger-kx/?action=view&current=pgp1-2-key-ss.png

Page1: Public Key extraction was hosted at http://jcpma.bravehost.com/js-encr/PG1pubkeya.htm
  Public Key extraction is hosted at http://users3.jabry.com/jonjonbadboy/js-encr/PG1pubkeya.htm


Page2: Encryption was hosted at http://jcpma.bravehost.com/js-encr/PG2encodi.htm
  Encryption is hosted at http://users3.jabry.com/jonjonbadboy/js-encr/PG2encodi.htm


----Download a copy of OpenPGP Message Encryption in JavaScript----
OpenPGP Message Encryption in JavaScript are standalone webpages. Saving a copy from the website will work, however, it is recommended to download from the file sharing site Mediafire or Box.net for reasons of smaller file size and html purity.

Download the ad-free original webpages from Mediafire:
PG1pubkeya.htm http://www.mediafire.com/download.php?chgu4u3xb30w7ah
PG2encodi.htm http://www.mediafire.com/download.php?raocgy5tm6ph979

Download the ad-free original webpages Box.net:
PG1pubkeya.htm http://www.box.com/s/yhdnlhjy1qpuoty3x4dk
PG2encodi.htm http://www.box.com/s/p71gyibv11f2prxvlrvp


So far, the entire series is hosted at this website in this directory:  /js-encr/
This is the js-encr folder at Mediafire: http://www.mediafire.com/?yz2o4lrg3xplq
This is the js-encr folder at Box.net: http://www.box.com/s/g3mjclevtqh5zucy5hi2

http://jcpma.bravehost.com/js-encr/js-encr-checksum.md5.txt
js-encr-checksum.md5.txt at Mediafire: http://www.mediafire.com/download.php?fqv0agszmuzepg7
js-encr-checksum.md5.txt at Box.net: http://www.box.com/s/uy95tayfxx9lburtj33v

js-encr.zip represents all the files in the js-encr directory.
js-encr.zip at Mediafire http://www.mediafire.com/download.php?28i307t6nktfhi9
js-encr.zip at Box.net http://www.box.com/s/ay3l6q9zlojbdqqfaaeg

md5 hashes
js-encr-checksum.md5.txt,00e5ff886491a1a62acb43c8f13a3de7, 1 KB
js-encr.zip,71e86697e6589075e3f05eb4592871cc, 100 KB
PG1pubkeya.htm,f6a6e06a1e6b89d4b789ad90d3f610c2, 18 KB
PG2encodi.htm,b7d5fb7e29d353271767d732d0e4988b, 14 KB

 
*re-jcpmaone-blogger* *re-jcpma-lv-cm-histats*