Coder Profile - Show off your skills, get a coder profile.
 
 
 
User Name Uranium-239
Unique Hits 1,317
Real Name Andrew Carter
Location United Kingdom
Berkshire
Occupation - - -
Gender - - -
Age 17 Years Old
WebSite isitthursday.com
Post A Profile Comment
Some Random Friends
  view more
Cinjection
Oleksi Derkatch
Hav0c
Blast2K
nofrillz
Sam
Recently Added Articles
  view more
Basic Steganography
Security
Steganography is an indirect form of encryption which basically involves hiding messages in files, usually it mixes in with encryption on its own. http://www.coderprofile.com/source-code/389/bitmap-steganographer This shows a program I made to hide messages in a bitmap image file. It works because the first 54 bytes of a Bitmap File are the headers. Yet, the integer at the offset 10, (10-14), specifies where the bitmap colour data starts. So, if we modify the offset of the beggining of the bitmap colour data, we can hide messages between the headers and the raw data =] You can experiement with other file formats using the same principle, just remember that with Hex editing software it is easy to find raw data, encoding it usually does the trick to make it that bit more secure. View In Full
2 Comments 6.00 out of 10
Buffer Overflow Protection
Software Development
The above code is vunerable to Buffer Overflow in two locations Unfortunatly you see it now in lots of code. The program gets a file name and prints it to the screen. If the file name is given in the first arguement it copys that into the buffer and prints the buffer, if not it asks the user for it. Is the first vunerability. This does not take into account size of the buffer and which just write everything it gets into there. So if the user types in more than 100 charachters the buffer will overflow and the program may crash. strcpy also does not take into account the size of a buffer. The Following code is not vunerable to buffer overflow: [code] #include <stdio.h> #include <string.h> int main(int argc,char **argv){ char f View In Full
2 Comments 5.33 out of 10
Recently Added Source Codes
  view more
Webcam Viewer
Language Posted Comments
C 202 Days Ago 1
Rating Downloadable Plain Text
- - - Yes 7,870 Chrs
Lets you view your webcam and save snapshots
Myspace & Twitter Password Recovery [MSIE - Intelliforms]
Language Posted Comments
C 288 Days Ago 0
Rating Downloadable Plain Text
- - - Yes 5,265 Chrs
More proof of concept than anything, currently only set up for Myspace and Twitter but you can modify it for whatever you like really. I did do one which used the history to get a list of visited site
Conway's Game of Life
Language Posted Comments
C 328 Days Ago 0
Rating Downloadable Plain Text
- - - - - - 4,085 Chrs
Implementation of Conway's Game of Life in C. - I understand the code for checking neighbours can be optimized, however in the intrests of speed, thats probably the quickest way of doing it in term
Profile Comments
  
Please login to post comments.
 
otoom     Posted 1.95 Year Ago
 
 
Thanks man, i updated my pass gen again, with less needs of using cout so many times.

Cheers bud.

Otoom
 
VBAssassin     Posted 2.8 Years Ago
 
 
Lol, i would say they are reading that :-P
 
Coding_Guy     Posted 2.9 Years Ago
 
 
Are you three friends or something, ?

welcome, welcome
 
Dio     Posted 2.10 Years Ago
 
 
Vista >linux
Uranium==Dio>hav0c
 
Hav0c     Posted 2.10 Years Ago
 
 
lolz, k
 
Seachmall     Posted 2.10 Years Ago
 
 
Haha, Love the site!

Welcome to CP.
 
Hav0c     Posted 2.10 Years Ago
 
 
Vista sucks more then Dio btw, so if you use that shit, you've been officially
garyfied by Dio
 
Hav0c     Posted 2.10 Years Ago
 
 
yo nigga
 
Cinjection     Posted 2.10 Years Ago
 
 
Nice source codes. Welcome to the site. :)
Page 1 of 1
Andrew Carter (17)
United Kingdom, Berkshire
Uranium-239 has 1 fans
become a fan
� Applications
Articles Articles (2)
Source Codes Source Codes (3)
� About Me
About Me About Me
Portfolio Portfolio (2)
Friends Friends (15)
� Misc
Overview Overview
Send A Friend Invite
Send Message Send A Message
RSS Whole Profile Feed
 
 
Latest News About Coder Profile
Coder Profile Poll
If you made money from keeping your profile up to date, say $30 and up, per month. What extra time would you spend on your profile?

No extra time
A few hours at weekends
A whole day each week
Every minute i can get free


please login to cast your vote
and see the results of this poll
Latest Coder Profile Changes
Coder Profile was last updated
1.24 Year Ago
Official Blog :: Make A Donation :: Credits :: Contact Me
Terms & Conditions :: Privacy Policy :: Documents :: Wallpapers
Version 1.46.00
Copyright � 2007 - 2010, Scott Thompson, All Rights Reserved