Posts by Thiago Campos de Oliveira • 11 points
2 posts
-
1
votes0
answers35
viewsQ: SQL Server Base with encrypted columns
I have an SQL database in which I encrypted some columns following the steps of the following explanation: https://www.devmedia.com.br/criptografia-de-dados-no-sql-server/37027 I basically created…
-
0
votes2
answers228
viewsQ: Json Web Token - How to create a token that accesses only a particular Controller or Action?
I am implementing JWT in a. Net Core 2.0 application and would like to know how to restrict token access to certain controllers.