-
Notifications
You must be signed in to change notification settings - Fork 0
Codeigniter public and private key encrytpion
License
amjadkhan896/codeigniter_pb_pr_encrytion
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
################### Codeigniter Public and private key encryption ################### Create Database pincodes_test And Then create table ####### DROP TABLE IF EXISTS `pincodes`; CREATE TABLE `pincodes` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `pincode` text, `serial_no` varchar(200) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; #######
About
Codeigniter public and private key encrytpion
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published