# python environment (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover python environment.

Page: <https://rssamplifier.com/topics/python-environment/blogs>  
Feed: <https://rssamplifier.com/topics/python-environment/blogs.md>

---

## [Why bcrypt Can Be Unsafe for Password Hashing ?](/posts/bcrypt-limitation/)

_2025-11-04 · enamya | blog_

TL;DR: bcrypt ignores any bytes after the first 72 bytes, this is due to bcrypt being based on the Blowfish cipher which has this limitation. bcrypt has been a commonly used password hashing algorithm for decades, it&rsquo;s slow by design, includes built-in salting, and has protected countless systems from brute-force attacks. But despite its solid reputation, it also has a few hidden limitations…

## [Check Multiple Types in Python](/posts/check-multiple-types-python/)

_2025-10-21 · enamya | blog_

How to check for multiple types in Python

## [Links for Jan 19 - 26, 2025](https://www.zachary.com/links-for-jan-19-26-2025/)

_2025-01-27 · dcreemer · The Dustbin_

Interesting links and articles found during the week of Jan 19 - 26, 2025

## [Links for Jan 5 - 11, 2025](https://www.zachary.com/links-for-jan-5-11-2025/)

_2025-01-13 · dcreemer · The Dustbin_

Interesting links and articles found during the week of Jan 5-11, 2025

## [Links for Dec 29, 2024 - Jan 4, 2025](https://www.zachary.com/links-for-dec-29-2024-jan-4-2025/)

_2025-01-04 · dcreemer · The Dustbin_

Interesting links and articles found during the week of December 29, 2024

## [Links for Dec 22-28, 2024](https://www.zachary.com/links-for-dec-22-28-2024/)

_2024-12-30 · dcreemer · The Dustbin_

Interesting links and articles found during the week of December 22-28, 2024

## [FreeBSD USB-IP and Qemu](https://www.zachary.com/freebsd-usbip/)

_2024-12-09 · dcreemer · The Dustbin_

Using USB-IP and Qemu to achive something like USB-Passthrough with Bhyve on FreeBSD

## [Understanding the Science of DevOps: Key Insights from Accelerate](/posts/accelerate-book-summary/)

_2024-12-07 · enamya | blog_

Discover how high-performing technology organizations leverage DevOps practices, cultural transformation, and data-driven insights to accelerate software delivery and organizational success

