Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 9eb311b

Browse files
committed
Upload
1 parent fde775c commit 9eb311b

32 files changed

Lines changed: 947 additions & 1025 deletions

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
Salt
2-
====
1+
# NanoSalt
32

4-
[NaCl](http://nacl.cr.yp.to/) cryptography library for PHP.
3+
Nano [NaCl](http://nacl.cr.yp.to/) cryptography library for PHP
54

6-
Caution: **Use [libsodium-php](https://github.com/jedisct1/libsodium-php/) whenever possible.**
5+
This repository is a Composer-ready version of [devi/Salt](https://github.com/devi/Salt) and [jaimehgb/Salt](https://github.com/jaimehgb/Salt)
76

8-
Usage
9-
=====
7+
## Credits
108

11-
See example for details.
9+
Thanks a lot for the work and effort of
10+
11+
- [devi/Salt](https://github.com/devi/Salt)
12+
- [jaimehgb/Salt](https://github.com/jaimehgb/Salt)

autoload.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

composer.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name" : "mikerow/nanosalt",
3+
"type" : "library",
4+
"description" : "Nano NaCl cryptography library for PHP",
5+
"keywords" : [
6+
"Nano",
7+
"Salt",
8+
"PHP",
9+
"library",
10+
"cryptography"
11+
],
12+
"authors" : [{
13+
"name" : "devi",
14+
"homepage": "https://github.com/devi/Salt",
15+
"role" : "Developer"
16+
},
17+
{
18+
"name" : "jaimehgb",
19+
"homepage": "https://github.com/jaimehgb/RaiBlocksPHP",
20+
"role" : "Developer"
21+
}
22+
],
23+
"autoload" : {
24+
"psr-4" : {
25+
"MikeRow\\NanoSalt\\" : "src/"
26+
}
27+
}
28+
}

example/box.php

Lines changed: 0 additions & 36 deletions
This file was deleted.

example/box_keypair.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

example/chacha20.php

Lines changed: 0 additions & 87 deletions
This file was deleted.

example/chacha20poly1305.php

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)