课程: Level Up: PHP
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Encrypt then decrypt a string
- [Narrator] There may be times when you'll need to store sensitive data like a password or other personal information. Though note. You should never store credit cards or social security numbers. In these instance You'll want to do your best to keep your user's data safe when it's stored and as it travels across the internet. There are two types of encryption to help you do this. One way encryption, which is how we should store passwords which can never be reversed. And then there's two way encryption, which is used for storage and transferring data, and that can be reversed. In this challenge you'll be creating a two-way encryption function. Here's what you'll need to do. Using the starter file, you'll process the provided form which has a single text field. You'll encrypt the string with an encrypt string function immediately decrypt that string with the decrypt string function. Some important…
内容
-
-
-
Event capacity: Compare two numbers3 分钟 18 秒
-
(已锁定)
Flip a coin2 分钟 40 秒
-
(已锁定)
Fizz buzz3 分钟 53 秒
-
(已锁定)
Given a birth date, determine age3 分钟 54 秒
-
(已锁定)
Determine who's older: Comparing objects4 分钟 13 秒
-
(已锁定)
Sort people by age: Sorting an array of objects5 分钟 35 秒
-
(已锁定)
Extend a class6 分钟 17 秒
-
(已锁定)
Determine a palindrome5 分钟 14 秒
-
(已锁定)
Process a simple contact form4 分钟 15 秒
-
(已锁定)
Store and retrieve data from a cookie4 分钟 24 秒
-
(已锁定)
Send an email6 分钟 8 秒
-
(已锁定)
Create functions in a namespace5 分钟 7 秒
-
(已锁定)
Build a calculator form5 分钟 17 秒
-
(已锁定)
Write a number guessing game7 分钟 38 秒
-
(已锁定)
Retrieve and display data from a provided REST API6 分钟 52 秒
-
(已锁定)
The Dutch national flag problem4 分钟 13 秒
-
(已锁定)
Create a Singleton design pattern4 分钟 10 秒
-
(已锁定)
Encrypt then decrypt a string6 分钟 32 秒
-
(已锁定)
Write a login form8 分钟 7 秒
-