My Blog Menu

Recent
Article
Label
About

Monday, September 21, 2020

C++ File Encryptor

 This simple C++ program can encrypt and decrypt a file with password.


Pros:

- Save password in file (so it can validate password when decrypt).

- Encryption method depend on your password (your password as encryption parameter).

Cons:

- If you understand how the password saved in file, you can easily find it.

 - Slow process. Especially with large file.




NOTE: This is the source code, if you don't have a C++ compiler, you can find the executable file in "bin\Debug\EncDecBin.exe".


Click HERE to download. Dropbox link.

Friday, September 14, 2018

VB6 File Renamer (Hide/Lock your Data)

Wanna hide your data content? just rename it all with random name from your PIN, no encryption or hide file needed.

All you need is browse the folder, create your pin and press lock. For example you create folder named "cache" and you lock it, nobody know what it was, all file and folder inside will be randomly renamed (depends on your PIN).

WARNING: Remember your PIN, you can't recover it form anywhere because your pin is your new generated file name, i'm NOT responsible if you forgot your PIN - DWYOR



Click HERE to download. Dropbox link.

Tuesday, April 10, 2018

Simple Bootstrap 3.3.7 Sidebar Navigation

A simple CSS to add sidebar navigation style for bootstrap 3.3.7

Add desktop sidebar


Fix mobile menu style


Visit my GitHub HERE to download this css.

Tuesday, July 25, 2017

Crash Bandicoot PSX 100% Save Game


This is all-region Crash Bandicoot 1, 2, 3, Crash Team Racing (CTR), and Crash Bash (CB) save game for Playstation / PSX / PSone.

This save game format is (*.MCR) which compatible with ePSXe and pSX emulator.

All-region means this save game contains:
  • USA/Canada [NTSC-U/C] Savegame
  • Europe [PAL] Savegame
  • Japan [NTSC-J] Savegame

Crash Bandicoot % Completion:
- Crash Bandicoot 100%
- Crash Bandicoot 2 100%
- Crash Bandicoot 3 105%
- Crash Team Racing 101%
- Crash Bash 200%

Click HERE to download. Dropbox link.

Sunday, January 22, 2017

HTML Javascript Classic Calculator

This is the example of HTML Javascript Classic Calculator, Click Here for the source code.