FILEVERSE
FILEVERSE
Authors: L.Kiran Kumar, S.Neelima, P.Akhil, V.Lokesh
ABSTRACT
FileVerse is this online tool for dealing with files, know, in a way thats smarter than just dumping them somewhere. With all the data people have these days, it makes sense to have something that handles stuff securly and doesn’t waste time. I think users what more than storage, like maybe analyzing or checking files against each other in a lot of features that sound useful for daily things. Comparing documents side by side, or compressing them to not take up so much space, that could help a ton. Then these extraction from zip files or whatever archives, and even grammes checks inside docs. Oh and masking out sensitive parts so nothing gets leaked accidentally. Everyday use seems to be the focus here, I suppose. Security wise, they use OTP for password recovery via email, which feels like a solid step. Passwords hashed, so they stay protected, and the whole user data runs on SQLLite database, Its straightforward, not too complicated to manage. The backend is built with Flask on python, and frontend stuff is HTML, CSS, JavaScript all working together. The interface aims to be easy to use, with reliable processing underneath. Operations should just run without glitches, or at least thats the idea. Modular design means you could add more later, like machine learning to analyze files better or hook up to cloud storage. Im not totally sure on the details of how smooth that would go, but it seems promising anyway. File handling can be such a hassle, and this project tries to fix that, even if its not perfect yet.