[Include] ADM Encryption File
#5

Ready !

PHP код:
new ADM:edi;
edi ADMx32("test.txt","test.adm","191 12 239 86");
printf("ADM return code %d",ADMToInt(edi));
switch(
edi){
    case 
ERROR_CODE_ADM_OK: {
        print(
"Encryption successfully completed");
        
ADMx32("test.adm","test2.txt","65 244 17 170");
    }
    case 
ERROR_CODE_ADM_INPUT: print("Error: input file not exist");
    case 
ERROR_CODE_ADM_OUTPUT: print("Error: output file exist");
    case 
ERROR_CODE_ADM_KEY: print("Error: invalid key");
    case 
ERROR_CODE_ADM_SIZE: print("Error: invalid file size");
    

Reply


Messages In This Thread
ADM Encryption File - by AbyssMorgan - 29.11.2015, 14:58
Re: ADM Encryption File - by Abagail - 29.11.2015, 15:14
Re: ADM Encryption File - by ThePhenix - 30.11.2015, 01:22
Re: ADM Encryption File - by AbyssMorgan - 30.11.2015, 07:27
Re: ADM Encryption File - by AbyssMorgan - 30.11.2015, 13:17
Re: ADM Encryption File - by Kaperstone - 01.12.2015, 19:28
Re: ADM Encryption File - by AbyssMorgan - 01.12.2015, 20:18
Re: ADM Encryption File - by Kaperstone - 02.12.2015, 18:49
Re: ADM Encryption File - by AbyssMorgan - 02.12.2015, 18:52
Re: ADM Encryption File - by Kaperstone - 02.12.2015, 19:14
Re: ADM Encryption File - by AbyssMorgan - 21.01.2016, 14:38
Re: ADM Encryption File - by AbyssMorgan - 17.02.2017, 09:27
Re: ADM Encryption File - by PhamHoang - 17.02.2017, 14:10

Forum Jump:


Users browsing this thread: 1 Guest(s)