Jumat, 23 Agustus 2013

PHP Indonesia - Facebook: Master2 PHP. Mau tanya. Kalo mau bikin enkripsi de...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Microsoft Excel 2010 Training Course

Beginner / Intermediate self-paced online course of Microsoft's spreadsheet application. Enroll for just $99.
From our sponsors
Master2 PHP. Mau tanya. Kalo mau bikin enkripsi de...
Aug 23rd 2013, 17:45, by Septian Satrya Nugraha

Septian Satrya Nugraha 5:45pm Aug 23
Master2 PHP. Mau tanya. Kalo mau bikin enkripsi dengan auto text gimana ya. Maksud.nya kalo kita masukin string (plaintext) di dalam text area maka akan muncul sendiri hasil enkripsi.nx (chipertext) di text area lain. Makasih......

Anton Wahyu Pramono 5:47pm Aug 23
javascript

Septian Satrya Nugraha 5:50pm Aug 23
bisa di perlihatkan g mas. Msih bngung.....

Mahmud Ali Asykar 5:51pm Aug 23
enkripsinya pake apa bg ?

Anton Wahyu Pramono 5:53pm Aug 23
http://stackoverflow.com/questions/1125482/how-to-impose-maxlength-on-textarea-in-html-using-javascript/1125521#1125521

Septian Satrya Nugraha 5:53pm Aug 23
misal pke md5...
kan sperti ini.....
$kata='abcd';
$hasil=md5['$kata'];

Anton Wahyu Pramono 5:53pm Aug 23
keywordnya javascript textarea onchange

Anton Wahyu Pramono 5:54pm Aug 23
kalau ada diserver pakai ajax

Septian Satrya Nugraha 5:55pm Aug 23
Klo bisa jangan ajax msa. Saya masih kurang paham mengenai ajax. Klo javascript msih paham dkit2......

Anton Wahyu Pramono 6:05pm Aug 23
md5 javascript http://pajhome.org.uk/crypt/md5/

Septian Satrya Nugraha 6:28pm Aug 23
Mas. Itu ada script mentah.nx gak. kalo ada aq mau nyoba d enkripsi lainnya gtu...

Mahmud Ali Asykar 6:43pm Aug 23
<form name="frm">
<input type="text" name="plaintext" onkeyup="mdku(this.value)">
<input type="text" name="chipertext">
</form>

<script src="md5.js"></script>
<script>
function mdku(plaintext)
document.frm.chipertext.value=hex_md5(plaintext);
</script>

md5.js nya ambil dari link di atas

Septian Satrya Nugraha 7:01pm Aug 23
Oke Mas. Terima Kasih atas pencerahannya. Kalo ada yang sulit lagi boleh tanya2 lagi ya.....

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar