Minimal usage of pyenv and venv
Introduction
I'm developing with Python + Django, but if I'm in charge of multiple projects, the versions of Python, Django, and other libraries will differ depending on the project.
In some cases, the same Python version has different versions of different libraries, so versioning with pyenv and venv is very helpful. This time, I will focus on the minimum necessary functions and describe how to use it.
Deploy Environment
OS:macOS Big Sur(version 11.2.2)
Shell...
Basic Python
1026
SSL hoạt động như thế nào
Https sử dụng giao thức SSL để bảo mật thông tin liên lạc bằng cách truyền dữ liệu được mã hóa.
Về cơ bản, SSL hoạt động với các khái niệm sau:
Asymmetric Cryptography
Symmetric Cryptography
Asymmetric Cryptography
Mật mã bất đối xứng (còn được gọi là Mã hóa không đối xứng hoặc Mật mã khóa công khai) sử dụng một cặp khóa liên quan đến toán học để mã hóa và giải mã dữ liệu. Trong một...
SSL
2407