Security and Microsoft Teams / Microsoft OneDrive / Share Point Online?

As a user of these products, how concerned do I have to be about who can see what I place in the system?

I don’t know who pays the bill and thus has access to everything in there, and I don’t know where the computers are tha… Continue reading Security and Microsoft Teams / Microsoft OneDrive / Share Point Online?

If I turn off Windows Defender Credential Manager off in Windows 10 so I can run a virtual machine in Virtual Box, is that a bad idea?

My processor is supposed to support virtualization:

cpu.inf:5f63e534115a322c:IntelPPM_Inst.NT:10.0.17134.765:ACPI\GenuineIntel_-_Intel64
ACPI\GENUINEINTEL_-_INTEL64_FAMILY_6_MODEL_37_-_INTEL(R)_CORE(TM)_I5_CPU_______M_540__@… Continue reading If I turn off Windows Defender Credential Manager off in Windows 10 so I can run a virtual machine in Virtual Box, is that a bad idea?

Best Practices for exporting sensitive database data and transforming it whilist keeping it encrypted?

Say one has to export database data to use in another tool, such as an Excel Spreadsheet or for use as a csv file with some other program.

There’s a problem with this, and that’s that it ends up in an unencrypted form on the… Continue reading Best Practices for exporting sensitive database data and transforming it whilist keeping it encrypted?

How to pass command line arguments to putty without making them visible in powershell / cmd?

When a process runs in Windows, if you pass command line arguments to it, they are visible if the process is running, making the passing of plain-text sensitive data using this method a really bad idea.

How does one prevent … Continue reading How to pass command line arguments to putty without making them visible in powershell / cmd?