SharePoint Framework web part, Teams tab, personal app, app page samples
Go to file
Sergej Schwabauer e10ba53c1a Finilization v1.1.0.0 2023-04-13 19:29:30 +02:00
.vscode Version 1.1.0.0 2023-04-13 14:47:25 +02:00
config Finilization v1.1.0.0 2023-04-13 19:29:30 +02:00
fast-serve Initial commit 2022-03-21 15:27:01 +01:00
images Updated Readme 2022-03-22 12:15:36 +01:00
src Finilization v1.1.0.0 2023-04-13 19:29:30 +02:00
teams Initial commit 2022-03-21 15:27:01 +01:00
.eslintrc.js Version 1.1.0.0 2023-04-13 14:47:25 +02:00
.gitignore Version 1.1.0.0 2023-04-13 14:47:25 +02:00
.npmignore Version 1.1.0.0 2023-04-13 14:47:25 +02:00
.npmrc Version 1.1.0.0 2023-04-13 14:47:25 +02:00
.yo-rc.json Version 1.1.0.0 2023-04-13 14:47:25 +02:00
README.md Updated Readme 2022-03-22 12:15:36 +01:00
gulpfile.js Initial commit 2022-03-21 15:27:01 +01:00
package-lock.json Initial commit 2022-03-21 15:27:01 +01:00
package.json Finilization v1.1.0.0 2023-04-13 19:29:30 +02:00
pnpm-lock.yaml Version 1.1.0.0 2023-04-13 14:47:25 +02:00
tsconfig.json Version 1.1.0.0 2023-04-13 14:47:25 +02:00

README.md

SPFx Password Vault Webpart

Summary

This webpart allows you to protect your data, such as the username, password or even just a text note (rich text). This data is protected with a master password that you can choose yourself. The data is encrypted and stored in the properties of the webpart. This means that the data is not in plain text and can only be decrypted by entering the master password. You can also use this web part in SharePoint and Microsoft Teams (as a tab)

Display Mode

Webpart Display mode closed vault

Webpart Edit mode open vault

Edit Mode

Webpart Edit mode

Maintenance Mode

Maintenancemode shows the stored data

Download

You can download the solution from here: https://github.com/SPFxAppDev/sp-passwordvault-webpart/releases

Used SharePoint Framework Version

SPFx: 1.12.1

Solution

Solution Author(s)
spfxappdev-simple-password-vault.sppkg Seryoga https://spfx-app.dev/

Version history

Version Date Comments
1.0.0 March 22, 2022 Initial release