/TellMePass

Password Manager and Notes Making

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

TellMePass

An advanced and effective Password Management and Notes Making platform.
Check out the awesome features

Password Management

  • Password Saving with App Name
  • Saved Password Downloading
  • Password Generator
  • Password breaches Checker
  • Text Encryption

Notes Taking

  • Advanced WYSIYWIG editor for formatted Notes.
  • Add Images and Videos.
  • Build List and Tables easily within notes.
  • Share Notes via Link.
  • Encrypt and Share Sensitive Content.

Support

If you like this project and want to modify it, or wants to add any other features or found any bug, please let me know, I will be happy to assist you.
Thank you.

Author

Author : Devesh Kumar Singh
Email : deveshkumarsingh75@gmail.com
Location : India

Collabrators

File Structure

TellMePass
├─ 1649744241476.png
├─ about.php
├─ accounts
│  ├─ css
│  │  └─ style.css
│  ├─ index.php
│  ├─ login.php
│  └─ register.php
├─ contact.php
├─ crud
│  ├─ add_user.php
│  ├─ db.php
│  ├─ delete_user.php
│  ├─ edit_user.php
│  ├─ images
│  │  ├─ add.png
│  │  ├─ delete.png
│  │  ├─ edit.png
│  │  └─ list.png
│  ├─ index.php
│  ├─ styles.css
│  └─ users.sql
├─ css
│  └─ style.css
├─ dashboard
│  ├─ css
│  │  └─ style.css
│  ├─ include
│  │  ├─ footer.html
│  │  ├─ header.html
│  │  └─ nav.html
│  ├─ index.php
│  ├─ notes
│  │  ├─ compose.html
│  │  └─ index.php
│  └─ pwd
│     └─ index.php
├─ favicon_package_v0.16
│  ├─ android-chrome-192x192.png
│  ├─ android-chrome-512x512.png
│  ├─ apple-touch-icon.png
│  ├─ browserconfig.xml
│  ├─ favicon-16x16.png
│  ├─ favicon-32x32.png
│  ├─ favicon.ico
│  ├─ mstile-150x150.png
│  ├─ safari-pinned-tab.svg
│  └─ site.webmanifest
├─ favicon_package_v0.16.zip
├─ file-structure.txt
├─ include
│  ├─ features.html
│  ├─ footer.html
│  ├─ header.html
│  ├─ nav.html
│  ├─ picfeature.html
│  └─ team.html
├─ index.php
├─ README.md
├─ team.php
├─ temp.html
└─ tools
   ├─ enc.php
   ├─ encryptdecrypt.php
   ├─ index.php
   ├─ pwdchecker.php
   └─ pwdgenerator.php