Passdom is the successor of the previous enc-dec project. Native app for various encryption and decryption and data conceilment needs. Enhanced with more capabilities and better efficiency due to the use of rust for the backend. No need to connect with a server anymore.
pnpm i && pnpm tauri build
OR
npm i && npm tauri build
pnpm i && pnpm tauri dev
OR
npm i && npm tauri dev