Aprenda Go 🇧🇷 Cap. 16 – Aplicações – 7. bcrypt
Cap. 16 – Aplicações – 7. bcrypt Transcript and Lesson Notes
- É uma maneira de encriptar senhas utilizando hashes. - x/crypto/bcrypt - GenerateFromPassword - CompareHashAndPassword - Sem Go Playground! - go get golang.org/x/crypto/bcrypt - Arquivo: https://github.com/ellenkorbes/
Quick Summary
- É uma maneira de encriptar senhas utilizando hashes. - x/crypto/bcrypt - GenerateFromPassword - CompareHashAndPassword - Sem Go Playground! - go get golang.org/x/crypto/bcrypt - Arquivo: https://github.com/ellenkorbes/
Key Takeaways
- Review the core idea: - É uma maneira de encriptar senhas utilizando hashes. - x/crypto/bcrypt - GenerateFromPassword - CompareHashAndPassword - Sem Go Playground! - go get golang.org/x/crypto/bcrypt - Arquivo: https://github.com/ellenkorbes/
- Understand how programação fits into Cap. 16 – Aplicações – 7. bcrypt.
- Understand how programar fits into Cap. 16 – Aplicações – 7. bcrypt.
- Understand how go fits into Cap. 16 – Aplicações – 7. bcrypt.
- Understand how programacao fits into Cap. 16 – Aplicações – 7. bcrypt.
Key Concepts
Full Transcript
- É uma maneira de encriptar senhas utilizando hashes. - x/crypto/bcrypt - GenerateFromPassword - CompareHashAndPassword - Sem Go Playground! - go get golang.org/x/crypto/bcrypt - Arquivo: https://github.com/ellenkorbes/aprendago/blob/master/c%C3%B3digo/16_aplicacao/bcrypt/main.go
Lesson FAQs
What is Cap. 16 – Aplicações – 7. bcrypt about?
- É uma maneira de encriptar senhas utilizando hashes. - x/crypto/bcrypt - GenerateFromPassword - CompareHashAndPassword - Sem Go Playground! - go get golang.org/x/crypto/bcrypt - Arquivo: https://github.com/ellenkorbes/
What key concepts are covered in this lesson?
The lesson covers programação, programar, go, programacao, golang.
What should I learn before Cap. 16 – Aplicações – 7. bcrypt?
Review the previous lessons in Aprenda Go 🇧🇷, then use the transcript and key concepts on this page to fill any gaps.
How can I practice after this lesson?
Practice by applying the main concepts: programação, programar, go, programacao.
Does this lesson include a transcript?
Yes. The full transcript is visible on this page in indexable HTML sections.
Is this lesson free?
Yes. CourseHive lessons and courses are available to learn online for free.
