- π My name is Jonatan (@JHilmarch), an IT consultant from πΈπͺ Sweden
- π I'm interested in IT security and economy
- π± Iβm currently learning more about Azure Functions
- π¬ Feel free to ask me about .NET, Domain-Driven Design, or even some older technologies like T-SQL or VB6
- β‘ I have above-average skills in public administration and the tax system in the Nordic countries
- π« Epost
- π€ LinkedIn
- πΌ Employed at Proptikom
Fingerprint: 54D3 1A1D BB52 B00B 8D54 051D 304C B5F9 C479 DFFA
54D31A1DBB52B00B8D54051D304CB5F9C479DFFA.asc
SIGN
gpg --detach-sign --armor .\test.txt
VERIFY
gpg --verify test.txt.asc test.txt
SIGN & ENCRYPT
gpg --encrypt --armor --sign --recipient [recipient1 email or ID] --recipient [recipient2 email or ID] test.txt
DECRYPT
gpg --decrypt test.txt.gpg > decrypted.test.txt