Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10528604
pass_test.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
323 B
Subscribers
None
pass_test.go
View Options
package
auth
import
"testing"
const
pass
=
"password"
var
hash
[]
byte
func
TestHash
(
t
*
testing
.
T
)
{
var
err
error
hash
,
err
=
HashPass
([]
byte
(
pass
))
if
err
!=
nil
{
t
.
Error
(
"Password hash failed."
)
}
}
func
TestAuth
(
t
*
testing
.
T
)
{
if
!
Authenticated
(
hash
,
[]
byte
(
pass
))
{
t
.
Error
(
"Didn't authenticate."
)
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 6, 12:11 AM (19 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3185974
Attached To
rWC Write.as Web Core
Event Timeline
Log In to Comment