adlfkjfadslkjfads

Projects

PSAlphaFS

GitHub

PSAlphaFS is a wrapper for the ALphaFS .NET library, providing a small subset of functions that overcome the MAX_PATH limitation of 260 characters of the windows filesystem.

This module is intended to work on windows alone because Linux and Unix systems do not have the 260 character length limitation.

PowerShell Version 7

PowerShell Version 7 supports long paths natively so if you have PS v7 installed you do not need this module.

PSLiteDB

GitHub

PSLiteDB is a PowerShell wrapper for LiteDB which is a noSQL singlefile datastore just like SQLite. PSLiteDB has been compiled against the .NET Standard 2 which means you can use this module on windows with both Windows PowerShell 5 and above and PowerShell 7 or above on linux.

The advantage of using a nosql database is that you do not need to create tables with any particular schema. Columns in tables can be added or removed on the fly.

PSSecret

GitHub

PSSecret acts as your personal secure vault where you can encrypt, store & retrive data securely from the registry. You can store the following types of information : Strings,Credentials,Hashtables,Objects.

PSSecret uses the Crytographic Message Syntax introduced in PowerShell V5 which use the public key infrastructure PKI to encrypt data. The encrypted data cannot be decrypted by any other user on any other computer than the one where it was encrypted.