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 |
|
|
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 |
|
|
|
Webcam Viewer
C
|
202 Days Ago
|
1
|
- - -
|
Yes
|
7,870 Chrs
|
|
Lets you view your webcam and save snapshots
|
|
|
Myspace & Twitter Password Recovery [MSIE - Intelliforms]
C
|
288 Days Ago
|
0
|
- - -
|
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
C
|
328 Days Ago
|
0
|
- - -
|
- - -
|
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
|
|
Please login to post comments. |
|
Thanks man, i updated my pass gen again, with less needs of using cout so many times.
Cheers bud.
Otoom
|
|
Lol, i would say they are reading that :-P
|
|
Are you three friends or something, ?
welcome, welcome
|
|
Vista >linux
Uranium==Dio>hav0c
|
|
Haha, Love the site!
Welcome to CP.
|
|
Vista sucks more then Dio btw, so if you use that shit, you've been officially garyfied by Dio
|
|
Nice source codes. Welcome to the site. :)
|
|
 |
Andrew Carter (17) United Kingdom, Berkshire |
|
Uranium-239 has 1 fans
become a fan |
|
 |
|
 |
|