Skip to content

Commit

Permalink
style: Adjusts formatting style.
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofreze committed Dec 9, 2024
1 parent 5e93906 commit 0609e2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
12 changes: 6 additions & 6 deletions authentication/SOLUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Neste tópico, você encontrará uma lista de soluções para o desafio [autenticação](PROBLEM.md).

| Linguagem | Repositório |
|:----------|:--------------------------------------------------|
| `Java` | https://github.com/MoDasby/desafio-autenticacao |
| `Python` | https://github.com/BrunoBorelliPro/authentication |
| `Ruby` | https://github.com/b-sep/authentication |
| `JavaScript`| https://github.com/meiotera/authentication-node |
| Linguagem | Repositório |
|:-------------|:--------------------------------------------------|
| `Java` | https://github.com/MoDasby/desafio-autenticacao |
| `Ruby` | https://github.com/b-sep/authentication |
| `Python` | https://github.com/BrunoBorelliPro/authentication |
| `JavaScript` | https://github.com/meiotera/authentication-node |
9 changes: 5 additions & 4 deletions cryptography/PROBLEM.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ A estrutura da entidade correspondente seria a seguinte:

- Implemente um CRUD simples considerando os campos mencionados acima como sensíveis.
- Utilize um algoritmo de criptografia simétrica ou assimétrica de sua preferência. <br>
</br>

Sugestões: <br>

[AES](https://pt.wikipedia.org/wiki/Advanced_Encryption_Standard) para criptografia simétrica ou
[RSA](https://en.wikipedia.org/wiki/PBKDF2) para criptografia assimétrica.
Sugestões:
</br>
[AES](https://pt.wikipedia.org/wiki/Advanced_Encryption_Standard) para criptografia simétrica ou
[RSA](https://en.wikipedia.org/wiki/PBKDF2) para criptografia assimétrica.

## Soluções

Expand Down

0 comments on commit 0609e2e

Please sign in to comment.