Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit 9d6a6df

Browse files
authored
Update README.md
1 parent bc66a9c commit 9d6a6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It is important to note that hashids are __not random, nor unpredictable__. Do n
2222

2323
> Do you have a question or comment that involves "security" and "hashids" in the same sentence? Don't use Hashids.
2424
25-
However, although hashslug encoding depends on the app key, it cannot be exposed by an attacker, since it's [sha256 hashed](https://github.com/balping/laravel-hashslug/blob/master/src/HasHashSlug.php#L56) before passing it to Hashids. Your app key is safe.
25+
However, although hashslug encoding depends on the app key, it cannot be exposed by an attacker, since it's [sha256 hashed](https://github.com/balping/laravel-hashslug/blob/bc66a9c5f635ef7d6d4b5e904529c3c26194ce99/src/HasHashSlug.php#L70) before passing it to Hashids. Your app key is safe.
2626

2727
## Installation
2828

0 commit comments

Comments
 (0)