Compare a plain text password list with a HASHed password list. 07/15/2026
This is a python program I built to recover passwords from an old database/application for my work so they can be ported to a new application.
Author: Admin
Language:
Python
Tags:
python
hash
md5
sha1
sha224
sha3_224
sha256
sha3_256
sha384
sha3_384
sha512
sha3_512
Read More
Get DateTime from NTP Server 07/15/2026
Here's some code I used in a time clock app to get the DateTime from an NTP source.
Python for Everybody Specialization 05/27/2026
Learn to Program and Analyze Data with Python.
Author: Admin
Language:
Python
Tags:
coursera
python
Read More
Find all the Numbers Using Regular Expression 02/16/2026
This code opens a text file and uses regular expression to find all the number and puts them in a list to get the sum.
Author: Admin
Language:
Python
Tags:
python
open
file
sum
regular
expression
Read More
Use BeautifulSoup in Python to extract links from a web page. 02/16/2026
Use BeautifulSoup in Python to extract all the links by retrieving all the anchor tags from a web page.
Author: Admin
Language:
Python
Tags:
python
beautifulsoup
Read More
How to open a text file in Python 12/28/2025
Here's how to open a text file in Python.
Author: Admin
Language:
Python
Tags:
python
open
file
Read More
MODBUS/TCP Example 12/08/2024
The following example shows how to configure a MODBUS/TCP protocol and read values.
Modbus Serial Example 12/08/2024
The following example shows how to configure a serial Modbus protocol and read values
Author: Admin
Language:
C#
Tags:
modbus
serial
com
Read More
PHP Form Security 01/28/2024
Think SECURITY when processing PHP forms! This shows how to process PHP forms with security in mind. Proper validation of form data is important to protect your form from hackers and spammers!
Author: Admin
Language:
PHP
Tags:
php
security
forms
Read More
If you would like to share your code on HS Codebank you can submit it by registering and clicking the submit article button on this page.
LoginRegisterContact Us