{"id":15716615,"url":"https://github.com/cloudymax/sec-tools","last_synced_at":"2025-03-30T20:50:21.927Z","repository":{"id":134346690,"uuid":"447524425","full_name":"cloudymax/sec-tools","owner":"cloudymax","description":"tools to enable basic secops best practices, mainly encryption","archived":false,"fork":false,"pushed_at":"2022-04-17T14:52:27.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T10:36:34.404Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudymax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-13T08:40:09.000Z","updated_at":"2022-04-17T14:46:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"6bbf8a61-e3f9-4552-af38-fd9853f7fc70","html_url":"https://github.com/cloudymax/sec-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudymax%2Fsec-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudymax%2Fsec-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudymax%2Fsec-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudymax%2Fsec-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudymax","download_url":"https://codeload.github.com/cloudymax/sec-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246379385,"owners_count":20767696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T21:46:17.181Z","updated_at":"2025-03-30T20:50:21.908Z","avatar_url":"https://github.com/cloudymax.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sec Tools\n\nThis is a collection of tools/functions that will be useful later on in a development process as one begins to connect microervices together and enters the phase of the project where security concerns must be brought front and center.\n\n## cifunc.sh\n\nCifunc was a quick script to generate a secure bootable usb drive that highlighted the need for me to finally make a security library that could generate secrets and such properly.\n\nThe generate_secret and create_secret functions are replaced by cryptkeeper.py\n\nthe rest of the script is fairly simple copy and extact work and can probably be moved into ansible roles.\n\n\n## names.py\n\nA very babbin script, right now only generates random UUID's but will be beefed up later with the elements necessary to generate proper randomized names and identity related data\n\n## cryptkeeper.py\n\nEncryption library that can create secrets and hashes using pbkdf2_sha256. More complete than the others, has the following functionality:\n\n- Generate random secret/salt with length and symbol options\n- hash a value with md5\n- encode a value to base64\n- decode a value from base64\n- hash a value using pbkdf2_sha256\n- pbkdf2_sha256 iterations, salt, and length are customizable\n- compare hashed values against regenerated hash\n- End-to-End demo function\n- might show how a block chain works for an article later","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudymax%2Fsec-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudymax%2Fsec-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudymax%2Fsec-tools/lists"}