Files
cashier_app/commons/utils/rsaEncrypt.js
2025-11-18 18:39:52 +08:00

6 lines
48 B
JavaScript

export function encrypt(txt) {
return txt
}