Vaultery is a CLI-based personal vault built using C++ that includes basic user authentication system for managing personal notes. It allows users to create, view, search, edit and delete private entries through a simple terminal interface. The application uses file-based storage for local data persistence. This project focuses on building a CLI-based system with authentication and persistent storage, rather than just a simple CRUD implementation.