Filter By

Package Types

Operating System

Categories

Trust Information

By: | 3,831,376 downloads | Last Updated: 4/7/2026 | Latest Version: 1.0.0

PSPGP is a PowerShell module that provides PGP functionality in PowerShell. It allows encrypting and decrypting files/folders and strings using PGP.

By: | 8,501 downloads | Last Updated: 1/24/2022 | Latest Version: 1.3.1

Security related functions.

By: | 4,971 downloads | Last Updated: 8/24/2019 | Latest Version: 0.2.1

A cross-platform PowerShell module handling string encryption and decryption using RSA keys only. Allows strings to be encrypted when the client only has the public key available, in the event the encrypted string is being sent to a secure endpoint housing the private key where it will be decrypted for further use.

By: | 1,204 downloads | Last Updated: 12/23/2020 | Latest Version: 1.1

Simple Password Storage and Encryption Tool Features: * Saves passwords into PS1 script file by default or another file if specified - Has -File parameter for saving to another file - Adv checkbox allows you to modify file path where passwords are saved * Allows storage of passwords under multiple passphrases into the same file * All data on r... More info

By: | 1,371 downloads | Last Updated: 3/3/2020 | Latest Version: 2.3.1

A set of cmdlets to encrypt/decrypt sensitive strings using certificate-based encryption methods.

By: | 635 downloads | Last Updated: 4/8/2022 | Latest Version: 0.2.3

Hides sensitive information from other identities including the console and log files.

By: | 590 downloads | Last Updated: 4/20/2019 | Latest Version: 2.0.0

Encode files from folder for(for example) uploading to cloud

By: | 496 downloads | Last Updated: 12/2/2018 | Latest Version: 1.2.34.0

Module to get and set data for a user, optionally encrypted

By: | 473 downloads | Last Updated: 4/28/2020 | Latest Version: 0.1.3.1

Handy tool to encrypt and decrypt files on the fly as well as perform password hashing

By: | 414 downloads | Last Updated: 3/23/2019 | Latest Version: 0.1.0

# Gz-ProtectData Module ProtectData provides functions/cmdlets that will encrypt and decrypt string or binary data with a SecureString password or a private key made of an array of bytes. By default, the encrypted value will also contain a computed hash of the data to verify integrity. ## Example $decryptedValue = "some kind of se... More info

By: | 8 downloads | Last Updated: 6/7/2026 | Latest Version: 1.0.0

使用 Export-Clixml 将 PSGallery API 密钥加密保存到本地文件(Windows DPAPI,仅本机当前用户可解密)。 首次运行提示输入密钥并保存,后续运行自动读取,实现一键发布。密钥文件会自动加入 .gitignore。