|
|
10 years ago | |
|---|---|---|
| gentoo | 14 years ago | |
| include | 14 years ago | |
| m4 | 14 years ago | |
| patches | 14 years ago | |
| src | 14 years ago | |
| tests | 14 years ago | |
| .doxygen | 14 years ago | |
| .gitignore | 14 years ago | |
| AUTHORS | 14 years ago | |
| COPYING | 14 years ago | |
| ChangeLog | 14 years ago | |
| INSTALL | 14 years ago | |
| Makefile.am | 14 years ago | |
| Makefile.in | 14 years ago | |
| NEWS | 14 years ago | |
| README | 14 years ago | |
| README.md | 10 years ago | |
| aclocal.m4 | 14 years ago | |
| base64.c | 14 years ago | |
| base64.h | 14 years ago | |
| bootstrap | 14 years ago | |
| compile | 14 years ago | |
| config.guess | 14 years ago | |
| config.h.in | 14 years ago | |
| config.sub | 14 years ago | |
| configure | 14 years ago | |
| configure.ac | 14 years ago | |
| createToken.c | 14 years ago | |
| depcomp | 14 years ago | |
| install-sh | 14 years ago | |
| ltmain.sh | 14 years ago | |
| missing | 14 years ago | |
README.md
token
This is a C implementation of a crypted token the holds json data.
Synopsis
[unknown]
Description
The original implementation was done in PHP from me and my collegues. It took the concept and made my own implementation from it.
Requirements
- Gnu C
Contributing
Just email me.
License
GNU General Public License Version 3 (GPLv3)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Author
Georg Hopp <georg@steffers.org>