Commit 6301c566 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

pgpcrypt

parent 7d1cda51
...@@ -71,7 +71,7 @@ function perform_function(context,request,response){ ...@@ -71,7 +71,7 @@ function perform_function(context,request,response){
}else if(req_output == 'base64'){ }else if(req_output == 'base64'){
dout = d.toString('base64'); dout = d.toString('base64');
} }
ok_out(d); ok_out(dout);
}).catch(e =>{ }).catch(e =>{
error_out('decrypt error'); error_out('decrypt error');
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment