0x9000.blogspot.com 0x9000.blogspot.com

0x9000.blogspot.com

0x9000

Aspects of security in m-commerce, physical access control, sensor networks and embedded systems. Thursday, 6 November 2014. Ways to write untestable code. Thursday, November 06, 2014. Links to this post. Friday, 12 September 2014. Useful JCOP Tools site. Has a good wiki with tips and tricks how to use JCOP Tools simulator etc. in scripts. Friday, September 12, 2014. Links to this post. Wednesday, 16 July 2014. A free, open source Android app from heaven for NFC developers: MCT. Wednesday, July 16, 2014.

http://0x9000.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR 0X9000.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 14 reviews
5 star
8
4 star
0
3 star
4
2 star
0
1 star
2

Hey there! Start your review of 0x9000.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.2 seconds

FAVICON PREVIEW

  • 0x9000.blogspot.com

    16x16

  • 0x9000.blogspot.com

    32x32

  • 0x9000.blogspot.com

    64x64

  • 0x9000.blogspot.com

    128x128

CONTACTS AT 0X9000.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
0x9000 | 0x9000.blogspot.com Reviews
<META>
DESCRIPTION
Aspects of security in m-commerce, physical access control, sensor networks and embedded systems. Thursday, 6 November 2014. Ways to write untestable code. Thursday, November 06, 2014. Links to this post. Friday, 12 September 2014. Useful JCOP Tools site. Has a good wiki with tips and tricks how to use JCOP Tools simulator etc. in scripts. Friday, September 12, 2014. Links to this post. Wednesday, 16 July 2014. A free, open source Android app from heaven for NFC developers: MCT. Wednesday, July 16, 2014.
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 funny and true
4 posted by
5 no comments
6 labels unit test
7 yobibe
8 labels java card
9 jcop tools
10 mifare classic tool
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,funny and true,posted by,no comments,labels unit test,yobibe,labels java card,jcop tools,mifare classic tool,discussion here,labels android,mifare classic,random oracle,useful blog,labels mobile,smart card,1 comment,java,jump
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

0x9000 | 0x9000.blogspot.com Reviews

https://0x9000.blogspot.com

Aspects of security in m-commerce, physical access control, sensor networks and embedded systems. Thursday, 6 November 2014. Ways to write untestable code. Thursday, November 06, 2014. Links to this post. Friday, 12 September 2014. Useful JCOP Tools site. Has a good wiki with tips and tricks how to use JCOP Tools simulator etc. in scripts. Friday, September 12, 2014. Links to this post. Wednesday, 16 July 2014. A free, open source Android app from heaven for NFC developers: MCT. Wednesday, July 16, 2014.

LINKS TO THIS WEBSITE

ctskinner.blogspot.com ctskinner.blogspot.com

Kronecker: February 2012

http://ctskinner.blogspot.com/2012_02_01_archive.html

God created the natural numbers; all the rest is the work of man.". Removed from AndroidApps, beta may be available. Redphone uses ZRTP, Diffie-Hellman key exchange and the Secure Real-time Transport Protocol (SRTP) for encryption. ZRTP designed by Phillip Zimmerman, the inventor of PGP. Download free from Android market. That app seems to be not longer available on Android Market. Need someone to call, join #whispersystems on irc.freenode.net. Three months later, PayPal froze his account. Security resea...

ctskinner.blogspot.com ctskinner.blogspot.com

Kronecker: March 2012

http://ctskinner.blogspot.com/2012_03_01_archive.html

God created the natural numbers; all the rest is the work of man.". XML list elements, Sclerotic Internet. XML list elements, Sclerotic Internet. I hate XML almost as much as I hate ASN.1. To merely list elements, without knowing names in advance, which would surely defeat the purpose,. You need xalan.jar. And the rather neat xpath. You cant use java javax.xml. You need org.apache.xpath.XPathAPI. You need to download the entire 65MB of xalan. Just to get xalan.jar. NodeList nodelist = null;. Posted by C ...

ctskinner.blogspot.com ctskinner.blogspot.com

Kronecker: December 2011

http://ctskinner.blogspot.com/2011_12_01_archive.html

God created the natural numbers; all the rest is the work of man.". On a recent attempt. It does work, there's a nice Mandelbrot demo. I'm interested in Big Integers. Its not clear how much CUDA speeds these up. NVIDIA GPUs have a bunch of floating point multipliers, not a natural fit for integer MUL with carry. Reports vary from "2X" to "order of magnitude" faster on factoring big integers. NVIDIA Corporation NVIDIA GPU Computing SDK 4.0 C bin win64 Release bandwidthTest.exe Starting. Is the famous bigI...

ctskinner.blogspot.com ctskinner.blogspot.com

Kronecker: November 2011

http://ctskinner.blogspot.com/2011_11_01_archive.html

God created the natural numbers; all the rest is the work of man.". ACR122U as Card Emulator. Card Emulator project using ACR122 reader. Documents used so far:. ISO/IEC fcd 14443-3 ISO/IEC JTC1/sc17 N 1531. ISO/IEC JTC 17N 1689 part 4 [1998-01-12] 2000-03-10. ID cicc Proximity Cards. Part 3 Initialization and Anti Collision. Part 4 Transmission protocol. ISO/IEC JTC1/SC17 N 1531. ISO/IEC JTC 1/SC 17 N 1689Date: 2000-03-10Draft ISO/IEC FCD 14443-4 ISO/IEC JTC 1/SC 17/WG 8. UM0701-2 pn532 User Manual rev 02.

ctskinner.blogspot.com ctskinner.blogspot.com

Kronecker: DER encoded public key

http://ctskinner.blogspot.com/2012/03/der-encoded-public-key.html

God created the natural numbers; all the rest is the work of man.". DER encoded public key. DER encoded Public key. I hate ASN.1]. Note the "extra length" byte 81 which is required if length = 0x80? If the actual length 0xFF then more rules? Note the 00 unused bits byte which follows the 03 bit string. 03 81 bit string. 8D 00 unused buts 0 L=8D. 30 81 89 sequence L=89. 02 81 81 Integer L= 81. 02 03 integer (note NO "extra" length byte). Very few ASN.1 decoders will expand this. If ( raw[1] and 0x80)!

ctskinner.blogspot.com ctskinner.blogspot.com

Kronecker: Certificate and Schlumberger Cryptoflex PKI card

http://ctskinner.blogspot.com/2012/02/certificate-and-schlumberger-cryptoflex.html

God created the natural numbers; all the rest is the work of man.". Certificate and Schlumberger Cryptoflex PKI card. Re Schlumberger Cryptoflex PKI card. We have the CHVS, its all good. BTW dont read the public key, do the correct thing and read the certificate, then get the public key from the certificate. And to send the certificate, dont use certificate.toString. As the helpful forums.oracle. Don't do that. Use the getEncoded(). ByteArrayInputStream bisb = new ByteArrayInputStream(encodedBytes);.

ctskinner.blogspot.com ctskinner.blogspot.com

Kronecker: Schlumberger Smart Card Toolkit

http://ctskinner.blogspot.com/2012/02/schlumberger-smart-card-toolkit.html

God created the natural numbers; all the rest is the work of man.". Schlumberger Smart Card Toolkit. Schlumberger Smart Card Toolkit. Where is the toolkit? Google search just brings up a bunch of damned fool intermediate sites,. Such as 'software.informer' - blatent parasites on the information body. Posted by C T Skinner. February 15, 2012 at 1:18 PM. OK we have the CHV1 and the Signature verifies with the public key (from the certificate). December 31, 2013 at 7:21 AM. Subscribe to: Post Comments (Atom).

ctskinner.blogspot.com ctskinner.blogspot.com

Kronecker: June 2011

http://ctskinner.blogspot.com/2011_06_01_archive.html

God created the natural numbers; all the rest is the work of man.". DESFire SAM AV2, NFC, N9, K Computer. Just "Activated" a DESFire SAM. ie converted it from AV1 to AV2. I can write keys to SAMs easily enough. But the commands to write keys to Cards are more obstruse. Even with NXP's (confidential). Documents - hint. the documents occasionally have a "Standard" and also a "Worked Example". Which may contradict. Try the "Worked Example". Collis Conclusion Runtime Environment 2.1.2 -2.9.9. The Linux-based...

ctskinner.blogspot.com ctskinner.blogspot.com

Kronecker: September 2011

http://ctskinner.blogspot.com/2011_09_01_archive.html

God created the natural numbers; all the rest is the work of man.". JCOP Key Version and Key Change. Key Change Sometimes (Occasionally). Security Domain Secure Channel Keys. I did a keyChange with oldVersion 1 newVersion2,. Then a keyChange with oldVersion2 new Version 3. It is not stated that versions must be consecutive). Now I cant change any more . Initialize a Secure Channel Session) is currently done with hardcoded. So a regularisation of usage here seems required. Has p1 = current key Set. So Occ...

ctskinner.blogspot.com ctskinner.blogspot.com

Kronecker: XML Canonicalizer

http://ctskinner.blogspot.com/2012/03/xml-canonicalizer.html

God created the natural numbers; all the rest is the work of man.". File, obviously all need to agree on "proper" form. So use a canonicalizer. Java doesnt have one, so use apache. So far I have included all the apache xml jars, . several at least are required. Public static String canon (String raw). String cooked = null;. Byte inputBytes[] = raw.getBytes();. Orgapache.xml.security.c14n.Canonicalizer c14n = Canonicalizer.getInstance(Canonicalizer.ALGO ID C14N OMIT COMMENTS);. Cooked = new String(result);.

UPGRADE TO PREMIUM TO VIEW 27 MORE

TOTAL LINKS TO THIS WEBSITE

37

OTHER SITES

0x90.ch 0x90.ch

Hoststar - Webhosting mit vielen Vorteilen - Top Hosting zum sensationellen Preis

Hier entsteht eine neue Website - gehostet bei Hoststar. Herzlichen Dank, dass Sie sich für Hoststar als Ihren Webhosting-Provider entschieden haben. Ihr Webhosting wurde installiert und steht für den Datenupload bereit. Wir wünschen Ihnen viel Freude und Erfolg mit Ihrem neuen Webhosting! Bei Fragen zu Ihrem Webhosting stehen wir Ihnen gerne zur Verfügung:. Möchten Sie gutes und günstiges Webhosting? Für nur CHF 5.90. Besuchen Sie uns auf www.hoststar.ch. MAILPRO, DIE E-MAIL-LÖSUNG FÜR HOHE ANSPRÜCHE.

0x90.deviantart.com 0x90.deviantart.com

0x90 (Marius M.) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 9 Years. This deviant's activity is hidden. Deviant since Jan 28, 2007. This is the place where you can personalize your profile!

0x90.it 0x90.it

0x90.it - Un sito internet per geek! Informatica, tecnologia e quant'altro!

Benvenuto su 0x90.it! 0x90it è un sito internet per geek! Pieno di notizie, articoli e quant'altro possa far felice un appassionato di informatica e di tecnologia. Se hai qualcosa di interessante da dire o da segnalare, contattaci e contribuisci al progetto oppure vieni a trovarci direttamente in chat! Benvenuto su 0x90.it! 0x90it è un sito internet per geek! 0x90 è una istruzione assembly che dice al tuo processore di non eseguire alcuna operazione. Dunque di non fare nulla. La filosofia che sta...Ci so...

0x90.pl 0x90.pl

0x90.pl

Welcome to the home of 0x90.pl.

0x90.se 0x90.se

Home

Subscribe to this RSS feed. Monday, 07 July 2014 00:00. Wednesday, 05 March 2014 21:57. 0x90 Site Certificate Trouble. Unfortunately my SSL certificate renewal was borked as my ISP missed my request. So here we are, having an expired certificate and a lot of links spread throughout the internet using the HTTPS prefix.Doh! Really bad timing for this site release. Well, hopefully it will be resolved within a couple of days. I'm sorry for any unconvenience. Saturday, 01 March 2014 13:05. 0wned by a QR Code.

0x9000.blogspot.com 0x9000.blogspot.com

0x9000

Aspects of security in m-commerce, physical access control, sensor networks and embedded systems. Thursday, 6 November 2014. Ways to write untestable code. Thursday, November 06, 2014. Links to this post. Friday, 12 September 2014. Useful JCOP Tools site. Has a good wiki with tips and tricks how to use JCOP Tools simulator etc. in scripts. Friday, September 12, 2014. Links to this post. Wednesday, 16 July 2014. A free, open source Android app from heaven for NFC developers: MCT. Wednesday, July 16, 2014.

0x9000.org 0x9000.org

0x9000.org - Tasty smart card resources :: Home

0x9000.org - Tasty smart card resources. August 14, 2013, 12:29:28 PM. Free Java Card development toolchain based on NetBeans. Complete developement toolchain with step-by-step description for Java Card development controlled from NetBeans IDE. Includes Java Card conversion and applet upload&installation. JavaCard's algorithms support test. PC/SC APDU logger and real-time manipulator. Cryptographic algorithms re-implementation for JavaCard (AES, SHA2-512, OAEP). SecureFW : Protection Framework.

0x90909090.blogspot.com 0x90909090.blogspot.com

Le journal d'un reverser

Le journal d'un reverser. Vendredi 3 juillet 2015. No one expect command execution! Unix is a beautiful world where your shell gives you the power of launching any command you like. But sometimes, command can be used to launch another commands, and that's sometimes unexpected. For example, here is how you can launch arbitrary command from tar:. Little known fact: tar can launch arbitrary commands. sudo tar anyone? 8212; Mitsurugi Heishiro (@0xmitsurugi) June 16, 2015. Use a side effect of another command.