Random Thoughts Posts

In this article, I compare the randomness of secret keys generated using Django’s built-in key generator and my custom JavaScript method. Using statistical tests like Chi-square, KS test, runs test, and entropy calculation, I analyze the randomness and security of the keys. Both methods show high levels of randomness, with Django’s keys slightly outperforming in some tests. ( read the article )

Categories - Management , Random Thoughts


I’m not a very good designer so I always find redesigning my website difficult, but this time around, I’ve noticed how incredibly complicated the modern stack is…even if you just want to design your own website. ( read the article )

Categories - Development , Random Thoughts , This site