cashier_app/commons/utils/rsaEncrypt.js

6 lines
48 B
JavaScript

export function encrypt(txt) {
return txt
}