import decryptText from './decryptText';
import encryptText from './encryptText';
export { encryptText, decryptText };
