Fed up with not having the time, money and resources to grow your business?
The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
Learn More
Create and run cloud-based virtual machines.
Secure and customizable compute service that lets you create and run virtual machines.
Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
Using Gutmann method for securely deleting files in Windows.
Gutmann method uses 35 passes over the region to be deleted, 8 of them are Pseudo-random. Considered by some to be highly effective for preventing file recovery.
Requires .NET Framework 4.0
---
Systems & Safety Establishment
https://sarab.me
Source Code available in c# with comments.
Reference: http://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html
Implementation of the LZW algorithm in C#, adhering to the built-in System.IO.Compression.
The algorithm and code is much improved, compared to projects like SharpLZW.
The LZW algorithm is for arbitrary lossless data compression and are noticeable for simplicity and low (compared to others) memory consumption. Making it interesting for eg. embedded use.