security 第3页
Generating SECRET_KEY for production deployment of Django project-拾光赋

Generating SECRET_KEY for production deployment of Django project

Generating SECRET_KEY for production deployment of Django project,Django SECRET_KEY need for providing cryptographic signing (documentation). This value is stored in <your_app&g...
kity的头像-拾光赋kity3个月前
04211
Introducing Altikrity: A Multi-Layer Encryption Library-拾光赋

Introducing Altikrity: A Multi-Layer Encryption Library

Introducing Altikrity: A Multi-Layer Encryption Library,I'm thrilled to introduce you to Altikrity, a multi-layer encryption library designed to provide robust protection for your ...
kity的头像-拾光赋kity3个月前
0326
Giới thiệu căn bản về thư viện JasperReports-拾光赋

Giới thiệu căn bản về thư viện JasperReports

Giới thiệu căn bản về thư viện JasperReports,1. Lời mở đầu Trong thực tế, ta thấy yêu cầu thống kê và xuất dữ liệu ra theo một định dạng nhất định rất...
kity的头像-拾光赋kity3个月前
03512
Hacking Python functions by changing their source code-拾光赋

Hacking Python functions by changing their source code

Hacking Python functions by changing their source code,Welcome to the next pikoTutorial! Changing function behavior by modifying its implementation manually is obvious, but can we ...
kity的头像-拾光赋kity3个月前
0387
Password Hashing in Python-拾光赋

Password Hashing in Python

Password Hashing in Python,One must never store passwords plainly. Let's learn the technique of hashing passwords securely using Python: import hashlib password = 'securepassword' ...
kity的头像-拾光赋kity3个月前
0416
Two-Factor Authentication System-拾光赋

Two-Factor Authentication System

Two-Factor Authentication System,This project implements a basic TOTP (Time-Based One-Time Password) generator using Python's pyotp library. Code Example: import pyotp import time ...
kity的头像-拾光赋kity3个月前
0317
KeePassDiff: A diff/merge tool for KeePassXC databases-拾光赋

KeePassDiff: A diff/merge tool for KeePassXC databases

KeePassDiff: A diff/merge tool for KeePassXC databases,I started using KeePass back in 2021 and I have been using it since then to store my passwords. But I didn't set up a proper ...
kity的头像-拾光赋kity3个月前
04215
Trusted publishing ‐ It has never been easier to publish your python packages-拾光赋

Trusted publishing ‐ It has never been easier to publish your python packages

Trusted publishing ‐ It has never been easier to publish your python packages,Publishing Python packages used to be a daunting task, but not any more. Even better, it has become s...
kity的头像-拾光赋kity3个月前
0499
Authentication and Authorization in Django: Django session-拾光赋

Authentication and Authorization in Django: Django session

Authentication and Authorization in Django: Django session, Introduction to Django Sessions In modern web applications, maintaining user state across multiple requests is essential...
kity的头像-拾光赋kity3个月前
0416
Conquering Notification Overload: A Developer's Guide to Digital Peace-拾光赋

Conquering Notification Overload: A Developer’s Guide to Digital Peace

Conquering Notification Overload: A Developer's Guide to Digital Peace,As developers, we're bombarded with notifications from multiple channels - Git repositories, CI/CD pipelines,...
kity的头像-拾光赋kity3个月前
030
Unlocking the Secrets of Authentication: A Human's Guide to Digital Security-拾光赋

Unlocking the Secrets of Authentication: A Human’s Guide to Digital Security

Unlocking the Secrets of Authentication: A Human's Guide to Digital Security , My Authentication Awakening Imagine this scenario: You're scrolling through your bank account one mor...
kity的头像-拾光赋kity3个月前
0419
Understanding JWT Authentication: Spring Security's Architecture and Go Implementation-拾光赋

Understanding JWT Authentication: Spring Security’s Architecture and Go Implementation

Understanding JWT Authentication: Spring Security's Architecture and Go Implementation,After setting up JWT stateless authentication (available here), I wanted to understand what h...
kity的头像-拾光赋kity4个月前
02915