New: blueteamAll contenthive-129948krhive-196917zzansteemhive-183959hive-185836hive-180932hive-166405hive-144064hive-150122photographyuncommonlabhive-101145hive-183397hive-188619hive-184714bitcoinkrsuccesshive-193637hive-145157hive-180301hive-103599hive-124908hive-139150TrendingNewHotLikerschetannn (31)in chatgpt • 2 years agoChatGPT and Blue TeamThe changes represent a response to big shifts in the way people access information on the internet, including the emergence of AI bots like ChatGPT. They would nudge the service further away from…base.exp (25)in encrypt • 2 years agointroduction to cryptography; demo 1This first demo reproduces the minimal example from Here is the code: from cryptography.fernet import Fernet key = Fernet.generate_key() f = Fernet(key) token =…base.exp (25)in encryption • 2 years agointroduction to cryptography using PythonI will post demos of Python libraries that implement cryptography and cryptographic algorithms. Please install Anaconda or Miniconda to set up a Python 3 environment. How to set up a Python…twr (53)in automation • 5 years agoDumpsterFire - A Tool That Generates Network Shenanigans to Facilitate Blue Team TrainingDumpsterFire is an open-source tool made by blue team member to edit create and control dumpster payloads in order to create surface attacks and also facilitate the blue team process, its main…flcn (25)in podcast • 8 years agoPodcasts Are My Go To Source For InformationI have come to rely on podcasts for all sorts of news and entertainment, including in the ever evolving world of computer security. Some of these shows are quick new recaps to help me keep up with…