摘要:
SHA1 VS RSA: what's the difference between them? Fundamentally different. SHA1 is a hash algorithm, which is a one way function, turning an input of a 阅读全文
摘要:
TLS Security 1 Learn about what SSL/TLS is, where is it used, and why was it introduced. TLS Security 2 Learn about the history of SSL/TLS and protoco 阅读全文
摘要:
RFC 5246 - The Transport Layer Security (TLS) Protocol Version 1.2 (ietf.org) In earlier versions of Windows, TLS cipher suites and elliptical curves 阅读全文
摘要:
Building Cython code Using the Jupyter notebook Cython can be used conveniently and interactively from a web browser through the Jupyter notebook. To 阅读全文
摘要:
Getting started with JupyterLab Install with pip If you use pip, you can install it with: pip install jupyterlab If installing using pip install --use 阅读全文
摘要:
Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). Instal 阅读全文
摘要:
Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the list, compares adjacent相邻的 element 阅读全文
摘要:
IIS 10 - 404 Error (But the files exist...) As I messed around in the services, config files and logs... It appears that the service World Wide Web Pu 阅读全文