Skip to content

AndrewGreeneCyber/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Using Python

Description

This project involved maintaining an allow list of IP addresses to ensure secure access to sensitive healthcare records. A Python script was created to remove specific IP addresses based on a provided remove list. The script opened the allow list file, read its contents into a string, converted it into a list, iterated through the remove list to identify IP addresses to be removed, and updated the file with the revised list of allowed IP addresses. This structured approach ensured that the allow list remained current and secure, preventing unauthorized access.

Updating a file through a Python Algorithm:





About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published