Category Archives: Research
danger to HTTPS, doom to SPDY
Since the BREACH attack, it seems that there is no way to transport content securely in the HTTP world. The BREACH arrack is an HTTP version of CRIME, which recovers encrypted messages by analyzing the compress ratio of different media. … Continue reading
HTTPS SNI
SNI means Server Name Indication, which is a technology to let the server know which domain the client is linking to and return the certification correspondingly, which makes a single IP possible to serve multiple HTTPS sites. It is defined … Continue reading
SQL’s not end
Today, in a distributed cloud environment, there is no good DB that can have both ACID and SQL support, at the same time keep the performance scale. So, there is NoSQL. NoSQL means Not Only SQL. It does not means … Continue reading