Note
GAC (General Availability Channel) are non-LTSC (Long Term Service Channel) editions.
- Windows 11 Enterprise - If you like Windows 11 features and its UI.
Note
GAC (General Availability Channel) are non-LTSC (Long Term Service Channel) editions.
#!/usr/bin/env python | |
# encoding: utf-8 | |
""" | |
Make your own cipher and use it to | |
generate your custom password. | |
1. Think of a phrase that you love. | |
2. Encode it with your custom cipher. | |
3. Use it as your password. |