Showing
1 changed file
with
41 additions
and
0 deletions
README.md
0 → 100644
1 | +# token | |
2 | + | |
3 | +This is a C implementation of a crypted token the holds json data. | |
4 | + | |
5 | +## Synopsis | |
6 | + | |
7 | +[unknown] | |
8 | + | |
9 | +## Description | |
10 | + | |
11 | +The original implementation was done in PHP from me and my collegues. | |
12 | +It took the concept and made my own implementation from it. | |
13 | + | |
14 | +## Requirements | |
15 | + | |
16 | + * Gnu C | |
17 | + | |
18 | +## Contributing | |
19 | + | |
20 | +Just email me. | |
21 | + | |
22 | +## License | |
23 | + | |
24 | +GNU General Public License Version 3 (GPLv3) | |
25 | + | |
26 | +> This program is free software: you can redistribute it and/or modify | |
27 | +> it under the terms of the GNU General Public License as published by | |
28 | +> the Free Software Foundation, either version 3 of the License, or | |
29 | +> (at your option) any later version. | |
30 | +> | |
31 | +> This program is distributed in the hope that it will be useful, | |
32 | +> but WITHOUT ANY WARRANTY; without even the implied warranty of | |
33 | +> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
34 | +> GNU General Public License for more details. | |
35 | +> | |
36 | +> You should have received a copy of the GNU General Public License | |
37 | +> along with this program. If not, see <http://www.gnu.org/licenses/>. | |
38 | + | |
39 | +## Author | |
40 | + | |
41 | +Georg Hopp <<georg@steffers.org>> | ... | ... |
Please
register
or
login
to post a comment