Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically remove passwords from clipboard #121

Open
Erapchu opened this issue Aug 24, 2022 · 1 comment
Open

Automatically remove passwords from clipboard #121

Erapchu opened this issue Aug 24, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Erapchu
Copy link
Owner

Erapchu commented Aug 24, 2022

 var items = await Windows.ApplicationModel.DataTransfer.Clipboard.GetHistoryItemsAsync();
 var dataPackage = new Windows.ApplicationModel.DataTransfer.DataPackage();
 dataPackage.SetText("testfromsinglepass");
 Windows.ApplicationModel.DataTransfer.Clipboard.SetContent(dataPackage);

And add

 <TargetFramework>net6.0-windows10.0.22621.0</TargetFramework>

! Add option to specify interval when passwords should be removed

@Erapchu Erapchu self-assigned this Aug 24, 2022
@Erapchu Erapchu added the enhancement New feature or request label Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant