SlideShare a Scribd company logo
//Author: Neil VonHoltum 
import java.util.Base64; 
public class Decrypt { 
public static void main(String[] args) { 
byte[] messagebytes = Base64.getDecoder().decode  
("DUgdHQwPEQZdSUVTTFEIHA0OGFNZDkkGBgAaCg8PGglTVRROQgwfAgo" +
"LBQoIU1kOSQAPChkdGhtITE5VCQcLCh4TCwcKAwlTWQ5JBAoEHwoYDQIJG" +
"gEJTl9JSwMBAgcMBxERCUJFTh4XDQwBGx9TVRROQhoNEApJRE9LEhpBS" +
"UVTTFEYBwZOSwk="),  
keybytes = "vonholtu.neil".getBytes(); 
int i = 0; 
while(i < 130){ 
for(int t = 0; t < 13; t++, i++){ 
messagebytes[i] = (byte)(messagebytes[i] ^ keybytes[t]); 
} 
} 
for(int t = 0; i < 137; i++, t++){ 
messagebytes[i] = (byte)(messagebytes[i] ^ keybytes[t]); 
} 
System.out.println(new String(messagebytes)); 
} 
} 

More Related Content

What's hot

Ruby on Windows (uru/RubyInstaller/Devkit)
Ruby on Windows (uru/RubyInstaller/Devkit)Ruby on Windows (uru/RubyInstaller/Devkit)
Ruby on Windows (uru/RubyInstaller/Devkit)
Shigeru UCHIYAMA
 
Full-Stack JavaScript with Node.js
Full-Stack JavaScript with Node.jsFull-Stack JavaScript with Node.js
Full-Stack JavaScript with Node.js
Michael Lehmann
 
The Windows 10 tips you wished you knew last week
The Windows 10 tips you wished you knew last weekThe Windows 10 tips you wished you knew last week
The Windows 10 tips you wished you knew last week
Olav Tvedt
 
Tipo virus espia con esto aprenderan a espiar a personas etc jeropas de mrd :v
Tipo virus espia con esto aprenderan a espiar a personas etc jeropas de mrd :v Tipo virus espia con esto aprenderan a espiar a personas etc jeropas de mrd :v
Tipo virus espia con esto aprenderan a espiar a personas etc jeropas de mrd :v
Arian Gutierrez
 
Php Basics part 1
Php Basics part 1Php Basics part 1
Php Basics part 1
KRISHNA PATTAR
 
Git installation
Git installationGit installation
Git installation
Sitdhibong Laokok
 
Chrome拡張開発者のためのFirefox拡張開発
Chrome拡張開発者のためのFirefox拡張開発Chrome拡張開発者のためのFirefox拡張開発
Chrome拡張開発者のためのFirefox拡張開発
swdyh
 
Redis, a 2 minutes introduction
Redis, a 2 minutes introductionRedis, a 2 minutes introduction
Redis, a 2 minutes introduction
Mirko Calvaresi
 
Es part 2 pdf no build
Es part 2 pdf no buildEs part 2 pdf no build
Es part 2 pdf no build
Erik Rose
 
Couchdb w Ruby'm
Couchdb w Ruby'mCouchdb w Ruby'm
Couchdb w Ruby'm
Stanisław Wasiutyński
 
高性能かつスケールアウト可能なHPCクラウド AIST Super Green Cloud
高性能かつスケールアウト可能なHPCクラウド AIST Super Green Cloud高性能かつスケールアウト可能なHPCクラウド AIST Super Green Cloud
高性能かつスケールアウト可能なHPCクラウド AIST Super Green Cloud
Ryousei Takano
 
杨卫华:微博cache设计浅谈
杨卫华:微博cache设计浅谈杨卫华:微博cache设计浅谈
杨卫华:微博cache设计浅谈
Leechael
 
Simple php backdoor_by_dk
Simple php backdoor_by_dkSimple php backdoor_by_dk
Simple php backdoor_by_dk
Stan Adrian
 
PuppetCamp SEA 1 - Version Control with Puppet
PuppetCamp SEA 1 - Version Control with PuppetPuppetCamp SEA 1 - Version Control with Puppet
PuppetCamp SEA 1 - Version Control with Puppet
Walter Heck
 
PostgreSQLからMongoDBへ
PostgreSQLからMongoDBへPostgreSQLからMongoDBへ
PostgreSQLからMongoDBへ
Basuke Suzuki
 
Funcd
FuncdFuncd
React PHP: the NodeJS challenger
React PHP: the NodeJS challengerReact PHP: the NodeJS challenger
React PHP: the NodeJS challenger
vanphp
 
Getting Started with MongoDB
Getting Started with MongoDBGetting Started with MongoDB
Getting Started with MongoDB
Michael Redlich
 

What's hot (18)

Ruby on Windows (uru/RubyInstaller/Devkit)
Ruby on Windows (uru/RubyInstaller/Devkit)Ruby on Windows (uru/RubyInstaller/Devkit)
Ruby on Windows (uru/RubyInstaller/Devkit)
 
Full-Stack JavaScript with Node.js
Full-Stack JavaScript with Node.jsFull-Stack JavaScript with Node.js
Full-Stack JavaScript with Node.js
 
The Windows 10 tips you wished you knew last week
The Windows 10 tips you wished you knew last weekThe Windows 10 tips you wished you knew last week
The Windows 10 tips you wished you knew last week
 
Tipo virus espia con esto aprenderan a espiar a personas etc jeropas de mrd :v
Tipo virus espia con esto aprenderan a espiar a personas etc jeropas de mrd :v Tipo virus espia con esto aprenderan a espiar a personas etc jeropas de mrd :v
Tipo virus espia con esto aprenderan a espiar a personas etc jeropas de mrd :v
 
Php Basics part 1
Php Basics part 1Php Basics part 1
Php Basics part 1
 
Git installation
Git installationGit installation
Git installation
 
Chrome拡張開発者のためのFirefox拡張開発
Chrome拡張開発者のためのFirefox拡張開発Chrome拡張開発者のためのFirefox拡張開発
Chrome拡張開発者のためのFirefox拡張開発
 
Redis, a 2 minutes introduction
Redis, a 2 minutes introductionRedis, a 2 minutes introduction
Redis, a 2 minutes introduction
 
Es part 2 pdf no build
Es part 2 pdf no buildEs part 2 pdf no build
Es part 2 pdf no build
 
Couchdb w Ruby'm
Couchdb w Ruby'mCouchdb w Ruby'm
Couchdb w Ruby'm
 
高性能かつスケールアウト可能なHPCクラウド AIST Super Green Cloud
高性能かつスケールアウト可能なHPCクラウド AIST Super Green Cloud高性能かつスケールアウト可能なHPCクラウド AIST Super Green Cloud
高性能かつスケールアウト可能なHPCクラウド AIST Super Green Cloud
 
杨卫华:微博cache设计浅谈
杨卫华:微博cache设计浅谈杨卫华:微博cache设计浅谈
杨卫华:微博cache设计浅谈
 
Simple php backdoor_by_dk
Simple php backdoor_by_dkSimple php backdoor_by_dk
Simple php backdoor_by_dk
 
PuppetCamp SEA 1 - Version Control with Puppet
PuppetCamp SEA 1 - Version Control with PuppetPuppetCamp SEA 1 - Version Control with Puppet
PuppetCamp SEA 1 - Version Control with Puppet
 
PostgreSQLからMongoDBへ
PostgreSQLからMongoDBへPostgreSQLからMongoDBへ
PostgreSQLからMongoDBへ
 
Funcd
FuncdFuncd
Funcd
 
React PHP: the NodeJS challenger
React PHP: the NodeJS challengerReact PHP: the NodeJS challenger
React PHP: the NodeJS challenger
 
Getting Started with MongoDB
Getting Started with MongoDBGetting Started with MongoDB
Getting Started with MongoDB
 

More from Neil VonHoltum

Zombit Pandemic
Zombit PandemicZombit Pandemic
Zombit Pandemic
Neil VonHoltum
 
Minion's Bored Game
Minion's Bored GameMinion's Bored Game
Minion's Bored Game
Neil VonHoltum
 
Mad Science Quarterly
Mad Science QuarterlyMad Science Quarterly
Mad Science Quarterly
Neil VonHoltum
 
Grid Zero
Grid ZeroGrid Zero
Grid Zero
Neil VonHoltum
 
Dont Mind The Map
Dont Mind The MapDont Mind The Map
Dont Mind The Map
Neil VonHoltum
 
Breeding Like Rabbits
Breeding Like RabbitsBreeding Like Rabbits
Breeding Like Rabbits
Neil VonHoltum
 

More from Neil VonHoltum (6)

Zombit Pandemic
Zombit PandemicZombit Pandemic
Zombit Pandemic
 
Minion's Bored Game
Minion's Bored GameMinion's Bored Game
Minion's Bored Game
 
Mad Science Quarterly
Mad Science QuarterlyMad Science Quarterly
Mad Science Quarterly
 
Grid Zero
Grid ZeroGrid Zero
Grid Zero
 
Dont Mind The Map
Dont Mind The MapDont Mind The Map
Dont Mind The Map
 
Breeding Like Rabbits
Breeding Like RabbitsBreeding Like Rabbits
Breeding Like Rabbits
 

Message Decrypt