This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src | |
├─ app | |
│ ├─ auth (Folder) | |
│ │ ├─ auth routes config (File) | |
│ │ ├─ login (Standalone-Component) | |
│ │ ├─ register (Standalone-Component) | |
│ │ └─ ... | |
│ │ | |
│ ├─ core (Folder) | |
│ │ ├─ core providers config (File) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
' src: http://www.mcgimpsey.com/excel/removepwords.html | |
' | |
' Removing Internal XL passwords | |
' | |
' Note: For a discussion of File or VBA Project password protection, see here. | |
' | |
' Internal XL passwords are about as useful for security as tissue paper. The | |
' reason is that the passwords you enter (i.e., with Tools/Protect/Protect | |
' Worksheet or /Protect Workbook) are not used directly in protection. Instead | |
' they are hashed (mathematically transformed) into a much less secure code. |