├── LICENSE ├── Makefile.in ├── README.en ├── README.jp ├── config.h ├── config.m4 ├── my_screw.h ├── php_screw.c ├── php_screw.h ├── tools ├── Makefile ├── screw.c └── zencode.c └── zencode.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luavis/php-screw/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luavis/php-screw/HEAD/Makefile.in -------------------------------------------------------------------------------- /README.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luavis/php-screw/HEAD/README.en -------------------------------------------------------------------------------- /README.jp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luavis/php-screw/HEAD/README.jp -------------------------------------------------------------------------------- /config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luavis/php-screw/HEAD/config.h -------------------------------------------------------------------------------- /config.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luavis/php-screw/HEAD/config.m4 -------------------------------------------------------------------------------- /my_screw.h: -------------------------------------------------------------------------------- 1 | short pm9screw_mycryptkey[] = { 2 | 11152, 368, 192, 1281, 62 3 | }; 4 | -------------------------------------------------------------------------------- /php_screw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luavis/php-screw/HEAD/php_screw.c -------------------------------------------------------------------------------- /php_screw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luavis/php-screw/HEAD/php_screw.h -------------------------------------------------------------------------------- /tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luavis/php-screw/HEAD/tools/Makefile -------------------------------------------------------------------------------- /tools/screw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luavis/php-screw/HEAD/tools/screw.c -------------------------------------------------------------------------------- /tools/zencode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luavis/php-screw/HEAD/tools/zencode.c -------------------------------------------------------------------------------- /zencode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luavis/php-screw/HEAD/zencode.c --------------------------------------------------------------------------------