User Tools

Site Tools


general

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
general [2021/01/08 12:28]
clubadmin
general [2022/03/29 22:00] (current)
Line 149: Line 149:
 Example: https://demo.clubplanner.be/api/general/GetImage?token=DEMOTOKEN&type=option&data=1&format=gif&scale=0.25 Example: https://demo.clubplanner.be/api/general/GetImage?token=DEMOTOKEN&type=option&data=1&format=gif&scale=0.25
  
-Result:+===== General.UrlEncryptData=====
  
-Preview Image+Encrypt a URL querystring using RSA encryption. 
 +        /// <param name="token"></param> 
 +        /// <param name="input">string</param> 
 +         
 +https://demo.clubplanner.be/api/general/UrlEncryptData?token=DEMOTOKEN&input=my_data_to_be_encrypted
  
 +===== General.UrlDecryptData=====
 +
 +Decrypt a URL querystring using RSA encryption.
 +
 +        /// <param name="token"></param>
 +        /// <param name="input">string</param>
 +        
 +https://demo.clubplanner.be/api/general/UrlDecryptData?token=DEMOTOKEN&input=f8AqhFvuSFv77sbuDOHiBAQIYQ_T6UE77T5CO3uWpjG2DG-pgVweSEG3j_wE_UKCVuDiAnt4KlCH7sZx_P_DpuCxJpOm3gTCucrhl5GNW1Wv25vhFen_ciapW4jJnFY-qCCmD7tmBcfkAo3AtHIidIIL-Vy49V7GF6TqvF2GpiY1
general.1610105339.txt.gz · Last modified: 2021/01/08 13:29 (external edit)