I've made several tests and the suggestion of @Hlaaftana works very well, 
thanks!
    
    
    proc encrypter*(data: string or seq or array, key: string): typeof(data) =
    
    
    Run

Reply via email to