Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate encryption.md (v5.5) #369

Merged
merged 2 commits into from
Nov 25, 2017

Conversation

Nationalcat
Copy link
Collaborator

Translate encryption.md (v5.5)

要翻譯的內容很少

@Nationalcat Nationalcat mentioned this pull request Nov 5, 2017
73 tasks

<a name="using-the-encrypter"></a>
## Using The Encrypter
## 使用加密

#### Encrypting A Value
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

加密一個值

encryption.md Outdated
@@ -32,7 +32,7 @@ You may encrypt a value using the `encrypt` helper. All encrypted values are enc
class UserController extends Controller
{
/**
* Store a secret message for the user.
* 為使用者儲存秘密訊息。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

為使用者儲存私人訊息。

encryption.md Outdated

use Illuminate\Support\Facades\Crypt;

$encrypted = Crypt::encryptString('Hello world.');

$decrypted = Crypt::decryptString($encrypted);

#### Decrypting A Value
#### 將加密的值給解碼
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

解密一個值

@neighborhood999 neighborhood999 merged commit 9f028cb into laravel-taiwan:5.5 Nov 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants