Author Archives: Bondhan Novandy

About Bondhan Novandy

Just simply ordinary person.

Penjelasan Singkat Protokol Kontak Pada Kartu Pintar (T=0 & T=1)

Wah sudah lama gak update nih blog, padahal dah bayar hosting, hehehe.. :p, untuk karena itu dalam rangka melakukan hal positif (ciee), ada baiknya menulis sedikit pengetahuan saya di bidang protokol kartu pintar jenis T=0 dan T=1 (baca: T equal … Continue reading

Posted in Smart Card | Tagged , , | Leave a comment

Pengenalan Smart Card

Sebetulnya saya masih baru di bidang ini bisa dibilang 10 bulan + 9 bln berjalan. Akan tetapi alhamdulillah, dalam waktu yg singkat tersebut saya telah berhasil menjalankan beberapa project kecil, ya scope kecil saja, yg bisa dibilang -insyaAllah- mewakili smart card … Continue reading

Posted in Smart Card | Tagged , , | 2 Comments

A Simple Crypto Tool (SmartConverter)

Had not updated this blog for long time. Well I just finished creating a simple crypto tool using openssl and crc. Probably it’s quite helpful for you. You can download it here. Please note that the HMAC sha1, ripemd, rsa … Continue reading

Posted in C/C++, Programming, Tools | Tagged , , , , , , , , , | Leave a comment

WPA2-PSK Portable Hotspot Android Froyo 2.2

I was confused why windows 7 ultimate x86 cannot detect my Android portable hotspot when set to WPA2-PSK mode. Oh well I finally figured it out. My android is galaxy ace with froyo 2.2 virgin. After you setup your android … Continue reading

Posted in Android, Trouble-Shoot | Tagged , , , , | Leave a comment

ATR Decoder

To refresh my minds in smart cards area, I decided to write an ATR decoder. Since that I have decided to focus myself on one of the scripting languages, that is Python, I decided to write an ATR decoder. You … Continue reading

Posted in Exercise, Programming, Python, Smart Card | Tagged , , | Leave a comment

Sorting a List of Tuples and Dictionary

So not to forget. I am doing basic exercise from here. If you have a list of tuples: undordered_list = [(1, 3), (3, 2), (2, 1)] If you want to sort it based on the second tuple key, one of … Continue reading

Posted in Programming, Python | Tagged , , | Leave a comment

Misconception in C++

Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post Bookmark in Browser Tell a friend

Posted in C/C++, Programming | Tagged , , , | Leave a comment

ORA-12560: TNS:protocol adapter error occurs (Oracle Newbie 101)

After so many years (hyperbolic :p) not touching database, my current job seems to force me to learn Oracle more. After installing the 10g Express Edition on windows XP, I could connect to the server using sqlplus if only it … Continue reading

Posted in Oracle, Programming, Trouble-Shoot | Tagged , , | Leave a comment

Grep Exercise (From “UNIX® Shells by Example Fourth EditionBy Ellie Quigley”)

With the same text file from the previous post we have these questions: Print all lines containing the string San. Print all lines where the person’s first name starts with J. Print all lines ending in 700. Print all lines … Continue reading

Posted in Exercise, Grep, Linux, Programming | Tagged , , | Leave a comment