perdjesk
- Karma
- 16
- Created
- February 12, 2023 (3y ago)
- Submissions
- 0
email.
https://gchq.github.io/CyberChef/#recipe=From_Base64('A-Za-z0-9%2B/%3D',true,false)&input=Y0dWeVpHcGxjMnRBY0hKdmRHOXViV0ZwYkM1amIyMA
https://gchq.github.io/CyberChef/#recipe=From_Base64('A-Za-z0-9%2B/%3D',true,false)&input=Y0dWeVpHcGxjMnRBY0hKdmRHOXViV0ZwYkM1amIyMA
Switzerland laws don't have an overall prohibition expressed that directly. Moreover the videosurveillance and system surveillance are treated separately even if some common laws apply. The intent of the surveillance…
Check the following comment in previous discussion about git capabilities to manage multiple identities to commit, authenticate and sign based on directories or remote repository URL.…
Using git-config it is possible to configure per directory/remote URL different signing keys. [includeIf "gitdir:~/work/client1/"] path = ~/work/client1/.gitconfig [includeIf "gitdir:~/work/client2/"] path =…
includeIf directive supports as well conditions based on configured remote URL. [1] [includeIf "hasconfig:remote.*.url:https://client1domain.com/**"] path = ~/work/client1/.gitconfig [includeIf…