sp-dev-fx-webparts/samples/react-password-vault/README.md

46 lines
1.3 KiB
Markdown
Raw Normal View History

# 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](./images/WP_Displaymode_Closed.png)
![Webpart Edit mode open vault](./images/WP_Displaymode_Open.png)
### Edit Mode
![Webpart Edit mode](./images/WP_Editmode.png)
### Maintenance Mode
![Maintenancemode shows the stored data](./images/WP_Maintenancemode.png)
## Download
You can download the solution from here: https://github.com/SPFxAppDev/sp-passwordvault-webpart/releases
## Used SharePoint Framework Version
SPFx: 1.16.1
##
## Solution
Solution|Author(s)
--------|---------
spfxappdev-simple-password-vault.sppkg | Seryoga https://spfx-app.dev/
## Version history
Version|Date|Comments
-------|----|--------
1.1.0| April 13, 2023| SPFx Version updated to 1.16.1. Design changes. Added "Modules" Functionality
1.0.0| March 22, 2022| Initial release
---