Medo.PasswordSafe 6.3.0

Prefix Reserved
dotnet add package Medo.PasswordSafe --version 6.3.0
                    
NuGet\Install-Package Medo.PasswordSafe -Version 6.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Medo.PasswordSafe" Version="6.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Medo.PasswordSafe" Version="6.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Medo.PasswordSafe" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Medo.PasswordSafe --version 6.3.0
                    
#r "nuget: Medo.PasswordSafe, 6.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Medo.PasswordSafe&version=6.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Medo.PasswordSafe&version=6.3.0
                    
Install as a Cake Tool

This library allows for reading and writing Password Safe version 3 files.

For example usage do check Bimil.

You can find packaged library at NuGet and add it you your application using the following command:

dotnet add package PasswordSafe
Auto-type

Auto-type functionality will simulate keyboard presses. Following escape characters are supported:

\u      User name field.
\p      Password field.
\2      Two-factor authentication code.
\cn     Credit card number.
\ct     Credit card number (tab separated).
\ce     Credit card expiration.
\cv     Credit card security code.
\cp     Credit card pin number.
\g      Group field.
\i      Title field.
\l      URL field.
\m      E-mail field.
\o      Notes field.
\o###   Nth line of Notes field. If line doesn't exist, it has no effect.
\b      Backpace key.
\t      Tab key.
\s      Shift+Tab key.
\n      Enter key.
\\      Backslash (\) key.
\d###   Delay between characters in milliseconds, instead of 10 (default).
\w###   Wait in milliseconds.
\W###   Wait in seconds.
\z      Invokes the alternative SendKeys method.
        All other text is typed as-is. 
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.3.0 158 5/25/2025
6.2.1 661 1/21/2024
6.2.0 268 6/20/2023

# Changelog

## [6.3.0] - 2025-05-25

- added support for .NET Standard 2.0
- added .NET 9.0 compile target
- removed .NET 7.0 compile target
- minor fixes and refactorings


## [6.2.1] - 2024-01-21

- adding/removing password policies - courtesy of [Qiao Wang](https://github.com/nodew)


## [6.2.0] - 2023-06-19

- Changed NuGet package name to Medo.PasswordSafe
- Obsoleted NuGet package PasswordSafe


## [6.1.0] - 2023-01-15

- .NET 7
- C# 11
- Cleanup


## [6.0.0] - 2022-06-26

- Updated for .NET 6


## [1.10.0] - 2017-08-18

- Added GetBytesSilently method


## [1.0.0] - 2017-08-17

- The first release



[unreleased]: https://github.com/medo64/Medo.PasswordSafe/
[6.2.0]: Medo.PasswordSafe/6.2.0
[6.1.0]: PasswordSafe/6.1.0
[6.0.0]: PasswordSafe/6.0.0
[1.10.0]: PasswordSafe/1.10.0
[1.0.0]: PasswordSafe/1.0.0