BCG_DataScience
BCG_DataAnalisys is jupyter notebook that takes raw data and visualize it in graphs.
BCG_AI_main is main CLI programme to see the data and compare them with each other using the same set of data as in BCG_DataAnalisys.
BCG_AI_Queries is queries handling adn prepared before hand responses.
AIG_Cybersecurity
EncryptedFilePack.zip - prepared files by job simulation
enc.zip - password secured file
rockyou.txt - password list
bruteforce.py -program to find matching password by brute force testing. Part of it was already prepared by job simulation but i separated my code with ###.