タグ

2019年4月24日のブックマーク (3件)

  • Foundations of Databases

    You may take one copy of the book draft for personal use but not for distribution. Please do not post the draft on other web sites, instead, please put a link to this site. Alice's book Individual Chapters Table of Contents Chapter 1 - Database Systems Chapter 2 - Theoretical Background Chapter 3 - The Relational Model Chapter 4 - Conjunctive Queries Chapter 5 - Adding Negation: Algebra and Calcul

  • A PHP Compiler, aka The FFI Rabbit Hole

    It’s no secret that I’m into building toy compilers and programming languages. Today I’m introducing something that’s not a toy (I hope). Today, I’m introducing php-compiler (among many other projects). My hope is that these projects will grow from experimental status into fully production ready systems. JIT? AOT? VM? What The Heck?Since I’m going to be talking a lot about compilers and components

    A PHP Compiler, aka The FFI Rabbit Hole
    anoncom
    anoncom 2019/04/24
  • パスポートのセキュリティ - AAA Blog

    前回、運転免許証記載情報の真正性を確認する方法を紹介しました。 パスポートにも免許証と同様にICチップが埋め込まれており、海外渡航時の入国審査では物のパスポートかどうかチェックが行われています。 不動産取引や民間サービスの人確認業務でも、同じ方法でICチップの確認を行えば身分証偽造による詐欺行為を防ぐことができます。 今回パスポートのICチップにアクセスして真正性を確認するAndroidアプリをつくったのでその仕組みを紹介します。 目次 電子パスポート仕様パスポートは世界で通用する身分証明書です。 それぞれの国が独自仕様のパスポートを発行すると大変なので、 国際民間航空機関(以下ICAO)がICチップの技術仕様を標準化し、各国のシステムで相互運用できるようになっています。 ICAOはDoc 9303 Machine Readable Travel Documents(機械可読な旅券)と

    パスポートのセキュリティ - AAA Blog
    anoncom
    anoncom 2019/04/24
    "鍵"と呼ばれるもので、なんだか大事そうだし、公開したくないんだろう。実際は公開鍵は公開されるべきもので、それが出回ることで不正されることはないし、それがないと検証しようがないんだけど。