Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › Basic text encrypter

Basic text encrypter

Posts 1–15 of 33 · Page 1 of 3
xFishx
xFishx
Basic text encrypter
Hi mpgh.net this is my basic text encrypter. Everything you need to know is in the readme.txt file in the package.
Video:


Virusscans:
jotti scan
virustotal scan
basictxtencrypter_mpgh.net.rar
#1 · 13y ago
'Bruno
'Bruno
Approved, but you don't have to release everything you make tho...
#2 · 13y ago
xFishx
xFishx
Quote Originally Posted by Brinuz View Post
Approved, but you don't have to release everything you make tho...
I'm not i just thought this was interesting.
#3 · 13y ago
LI
LilGho$t
/).- I'll release a real encrypter in a bit.

actually, nvm, i'd like to keep my 3 step encrypter private.
#4 · edited 13y ago · 13y ago
SL
Slendyy
Quote Originally Posted by LilGho$t View Post
/).- I'll release a real encrypter in a bit.
Mind releasing it?
#5 · 13y ago
LI
LilGho$t
Quote Originally Posted by *Phantom* View Post
Mind releasing it?
I'm not going to now because i use it on an application that i retail. So, for security reasons and the fact that i like it too much to make public, it will remain private.

Here's an example though of a string that says "Hello Mpgh":
Code:
IIPJ7IILM7IIKP7IIKP7IILK7IIGL7IIOG7IILJ7IIMI7IIMH
that would have a decrypt code of:
Code:
23:2235:6
#6 · 13y ago
Saltine
Saltine
Quote Originally Posted by LilGho$t View Post
I'm not going to now because i use it on an application that i retail. So, for security reasons and the fact that i like it too much to make public, it will remain private.

Here's an example though of a string that says "Hello Mpgh":
Code:
IIPJ7IILM7IIKP7IIKP7IILK7IIGL7IIOG7IILJ7IIMI7IIMH
that would have a decrypt code of:
Code:
23:2235:6
So essentially it implements 3 algorithms with different keys to encrypt, and then just implements the decryption algorithms in reverse order.
#7 · 13y ago
LI
LilGho$t
Quote Originally Posted by Saltine View Post

So essentially it implements 3 algorithms with different keys to encrypt, and then just implements the decryption algorithms in reverse order.
Cipher-Xor-Cipher

The xor i got off of somebody else. It's on youtube somewhere, then i just adapted it to this project.
#8 · edited 13y ago · 13y ago
'Bruno
'Bruno
Stop hi-jacking threads please. This is not about your encrypter.
#9 · edited 13y ago · 13y ago
Lina Yearn
Lina Yearn
Hergh.. I dislike the video. (-__- )
But your program is nice. Can you PM me for the codes?
#10 · 13y ago
rileyjstrickland
rileyjstrickland
Quote Originally Posted by Lina Yearn View Post
Hergh.. I dislike the video. (-__- )
But your program is nice. Can you PM me for the codes?
Just leech mine as I wrote my own encryption algorithm.
http://www.mpgh.net/forum/33-visual-...decrypter.html
#11 · 13y ago
Lina Yearn
Lina Yearn
Quote Originally Posted by rileyjstrickland View Post
Just leech mine as I wrote my own encryption algorithm.
http://www.mpgh.net/forum/33-visual-...decrypter.html
Bhahaha! Thanks.
#12 · 13y ago
Jason
Jason
Quote Originally Posted by LilGho$t View Post
/).- I'll release a real encrypter in a bit.

actually, nvm, i'd like to keep my 3 step encrypter private.
All I read was

Quote Originally Posted by LilGho$t
/brag /brag /brag.
Hey guys, I made something that cures hunger and creates world peace.
....I'm not going to release it, but I just want you all to know that I'm awesome. Kthx.
#13 · 13y ago
LI
LilGho$t
Quote Originally Posted by Jason View Post


All I read was



Hey guys, I made something that cures hunger and creates world peace.
....I'm not going to release it, but I just want you all to know that I'm awesome. Kthx.
Was going to release it but i'm using it on a project that's earning me $1000 extra a month. That may not be a ton, but i'd like to keep that money coming it. Thus, i'd like to not risk a security breech by releasing the program i use.
#14 · 13y ago
Jason
Jason
Quote Originally Posted by LilGho$t View Post
Was going to release it but i'm using it on a project that's earning me $1000 extra a month. That may not be a ton, but i'd like to keep that money coming it. Thus, i'd like to not risk a security breech by releasing the program i use.
LOL, I think you just made it worse.

It's naive to think that encrypting something multiple times makes it "more secure"; most times it actually makes it less secure. Also, Rijndael/Blowfish and other reversible encryption algorithms are far more secure than doing a simple cipher or a XOR.
#15 · edited 13y ago · 13y ago
Posts 1–15 of 33 · Page 1 of 3

Post a Reply

Similar Threads

  • [VB][Release] Text EncrypterBy CoderNever in Visual Basic Programming
    2Last post 16y ago
  • Text Encrypter and DecrypterBy rileyjstrickland in Visual Basic Programming
    3Last post 13y ago
  • Simple Text EncryptionBy Defcon 1 in C++/C Programming
    8Last post 14y ago
  • [Help]Basic Text Box[Solved]By FlashDrive in Visual Basic Programming
    3Last post 16y ago
  • Basic EncryptionBy Calard in General Game Hacking
    0Last post 19y ago

Tags for this Thread

None