Changelog.txt

Version 1.4.0
- Added functions Get-RegKeyClass and Get-BootKey which is used to determine the Windows bootkey (syskey).
- Added function Get-RC4.
- Added function Get-HBootKey which is used to decrypt SAM database (store Windows user password hashes).
- Improve function Get-CurrentIdentityInformation (PSObject return now)
- Added function Test-TlsConnection
 
Version 1.3.0
- Added support for duplicate process token (Convert-PrivilegeNameToInt, Set-TokenPrivileges, Copy-ProcessToken, Import-WindowsAPI, Restore-Self).
- Added function Invoke-AsSystem which allows code to run under the system account.
- Added function Get-MSSQLQueryResult (no need to have installed MSSQL client)
- Update function Get-CurrentIdentityInformation
  
Version 1.0.0
- Initial release