h1. Interesting Links

Filesystem Related

  • Fuse – Filesystem in Userspace
    • easy API for wrapping a filesystem interface around anything
    • possible implementation for putting Shared Records on the desktop
    • MacFuse – mac port
    • windows port? apparently not
  • Public Key Cryptography – Wikipedia entry on public key cryptography
    • good, basic introduction to the concepts
  • OpenSSL – “a robust, commercial-grade, full-featured, and Open Source toolkit”
    • Secure Sockets Layer (SSL v2/v3)
    • Transport Layer Security (TLS v1) protocols
    • full-strength general purpose cryptography library
  • curl – command line tool for transferring files with URL syntax
    • FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE and LDAP
    • HTTP POST, HTTP PUT, FTP uploading
    • HTTP form based upload, proxies, cookies
    • really, just about anything you’d like to do over the internet can be done with curl