Question:
ive had three trojan horse viruses from zip files can anyone tell me what a zip file is please?
baldyman74
2008-06-03 12:41:58 UTC
ive had three trojan horse viruses from zip files can anyone tell me what a zip file is please?
Thirteen answers:
+++SuPaA!_k1LlA_wHa?+++
2008-06-03 12:46:43 UTC
A zip file is a compressed folder that holds files within it. Like you have 10 peices of paper, throw them all in a bag, and crush that bag into a ball. You data is still there but taking up less room. Same rule applies. Lookup "winzip"

Goto Start/Run, type in "explorer". Drag contents into a folder, right-click the folder, click "Send To" Zipped Folder (or compressed) Look at the size difference
2008-06-03 12:47:57 UTC
A ZIP is a popular archive format widely using in Internet. Like other archives, ZIP files are data containers, they store one or several files in the compressed form. After you downloaded ZIP file, you need to unpack its contents in order to use it.



PS Look for a trojan remover to get rid of it if that doesn't work you will have to recover your cpu and you should stop excepting gifts cuz that how they are sent out be careful of those.
2008-06-03 12:48:24 UTC
Zip files are files used to store compresed information. They are common for viruses because someone can hide a large virus in a compressed zip file.



CURE ALL REMEDY FOR COMPUTERS WITH VIRUSES:

install a linux OS on your computer, I recommend Ubuntu. Linux is 100% cheaper than any other OS (it is free, always!), it can do soooo much more than any other OS, and it almost NEVER gets viruses and if it does it is very easy to fix. The only drawback is it is harder to use than windows so if you arent good with computers, at least get a mac. Bottom line :NEVER USE WINDOWS IT IS THE WORST OPERATING SYSTEM AND THE MOST EXPENSIVE!!!
2008-06-03 12:45:40 UTC
A Zip file is a file that has been compressed to occupy less space. If you have trojan viruses download AVG antivirus free edition. It will get rid of all of them! Hope this helps
2014-08-17 11:04:59 UTC
Here is a good link where you can download winrar for here: http://bit.ly/1BooiXa



You can use winrar to decompress zip files and a bunch of other formats. Other good programs are 7zip and winzip but in my opinion winrar is the best one. Fuctionalities are pretty similar for all programs: basically you can decompress a file simply by right-clicking it and by choosing the destination folder.



Winrar is available for free under a trial licence. The good thing is the trial period never ends so you can use it for free with no limitations.



Winrar opens all formats like .zip, .rar, .7z, .iso, .tar, .jar etc. That's why I recommend it.
2008-06-03 12:46:30 UTC
a zip file..well, zip files are files that are compressed to decrease the total file size. Files are compressed to reduce the amount of disk space needed for storage, to reduce download times, and so on. download avg's antivirus system and you'll be sorted
2008-06-03 12:45:54 UTC
Zip files are used when you're transferring files.

It's a group of larger files compressed into one.

The Zip file is then "unzipped" and when it's unzipped. Alot of times, the person that sends the file. Has added it into it.
bramewave
2008-06-03 12:45:17 UTC
a zip file is just a compressed file, I use them to send multiple files at once. It can also make a large file a bit smaller.
$Sun King$
2008-06-03 12:46:26 UTC
It's a compressed file, usually opened (uncompressed) by PKzip or Winzip. It is adviseable to send files that are compressed as it saves in download times.



Files over 5 mg are generally blocked by most email programs so compression is usually a necessity.

http://en.wikipedia.org/wiki/ZIP_(file_format)



Winzip

http://www.winzip.com/index.htm
Jack
2008-06-03 12:45:10 UTC
a zip file is a compressed folder.

Reduces file size and can include a password and other such security measures to protectthe file(s) within.
Mr Wan King
2008-06-03 12:49:22 UTC
if you have downloaded a program from limewire, then thats where the trojan has come from, anywhere else is safe
Mike W
2008-06-03 12:47:22 UTC
it is a zipped foulder (a compressed folder) any over help just ask !
2008-06-03 12:47:37 UTC
The ZIP file format is a popular lossless data compression and archival format. A ZIP file contains one or more files that have been compressed, to reduce their file size, or stored as-is. A number of compression algorithms are permitted in zip files but as of 2008 only DEFLATE is widely used and supported.



The format was originally evolved by Phil Katz for PKZIP from the previous ARC compression format by Thom Henderson. However, many software utilities other than PKZIP itself are now available to create, modify, or open (unzip, decompress) ZIP files, notably WinZip, BOMArchiveHelper, KGB Archiver, PicoZip, Info-ZIP, WinRAR, IZArc, 7-Zip, ALZip, TUGZip, PeaZip, Universal Extractor and Zip Genius. Microsoft has included built-in ZIP support (under the name "compressed folders") in later versions of its Windows operating system. Apple has included built-in ZIP support in Mac OS X 10.3 and later via the BOMArchiveHelper utility.



ZIP files generally use the file extensions ".zip" or ".ZIP" and the MIME media type application/zip. Some software uses the ZIP file format as a wrapper for a large number of small items in a specific structure. Generally when this is done a different file extension is used. Examples of this usage are Java JAR files, id Software .pk3/.pk4 files, package files for StepMania and Winamp/Windows Media Player skins, XPInstall, as well as OpenDocument and Office Open XML office formats. Both OpenDocument and Office Open XML formats use the JAR file format internally, so files can be easily uncompressed and compressed using tools for ZIP files. Google Earth makes use of KMZ files, which are just KML files in ZIP format. Mozilla Firefox Add-ons are zip files with extension "xpi". Nokia's mobile phone themes are zipped with extension "nth".



Contents [hide]

1 History

1.1 Early history

1.2 Beyond the command line

2 Technical information

2.1 The format in detail

2.2 Implementing a ZIP application

3 References

4 See also

5 External links







[edit] History



[edit] Early history

The neutrality of this section is disputed.

Please see the discussion on the talk page.(January 2008)

Please do not remove this message until the dispute is resolved.



The ZIP file format was originally created by Phil Katz, founder of PKWARE.



During the mid-1980s, System Enhancement Associates, a small company run by Thom Henderson, created a file archiving format called ARC, and a corresponding archiver (also called ARC) that could compress and decompress files into this format.[1] This program was released as shareware, with the source code included. The file format quickly became a de facto standard.[1] Soon afterward, Phil Katz released a compatible software package, known as PKXARC. Because it used hand-optimized assembly language, it was considerably faster than SEA's original implementation in C.



The competition from Katz did not please SEA, who sued Katz for trademark & copyright infringement, as well as copyright infringement as it alleged that Katz had plagiarised sections of the code. Katz lost the lawsuit and was forced to pay $62,500 to SEA to cover their legal fees. It was found during the court case[citation needed] that Katz had used SEA's ARC source code for the majority of the application but had only made code optimizations to increase speed. Primarily he changed the word length used by the algorithm from 12 bits to 13 bits resulting in a higher compression for typical binary files. As a result of the lawsuit, Katz changed the names of his utilities to PKPAK and PKUNPAK.



Katz then went on to create his own file format, which is known worldwide now as the ZIP format (commonly called a "ZIP file"). The ZIP format was more resistant to data loss than the ARC format because of redundant catalog storage; it also was more flexible than ARC, providing room for additional optional compression algorithms and future expansion. Along with the new format, PKZIP included at least one compression algorithm more efficient than any supported by ARC. Once PKZIP was released, many users abandoned ARC because of its slower speed and less effective compression, and because SEA alienated many by seeming to suddenly assert proprietary legal rights over the ARC file format after it had become widely used among the on-line community (similar in this respect to the later GIF patents controversy).



Katz publicly released technical documentation on the ZIP file format making it an open format, along with the first version of his PKZIP archiver, in January 1989.



The name zip (meaning speed) was suggested by Katz's friend Robert Mahoney. They wanted to imply that their product would be faster than ARC and other compression formats of the time.





[edit] Beyond the command line

In the mid 1990s, as more new computers included graphical user interfaces, more users were not comfortable with the command-line operation of PKZIP. Seeing an opportunity, shareware authors began pitching compression and archival programs with graphical user interfaces. Many of these used the ZIP format. WinZip was among the most popular. PKWARE also offered a graphical version of PKZIP. These programs were easier to learn than the older command-line equivalents, but users still had to learn a specialized tool with its own interface for file archival and compression.



In the late 1990s, various file manager software started integrating support for the ZIP format into their user interface. Even earlier, Norton Commander and its clones like Volkov Commander in DOS had started that trend, and that remains the norm for the "Commander-like" or Orthodox file managers like Midnight Commander for Linux and UNIX-like systems and Total Commander (previously Windows Commander) for Windows. The KDE file manager (kfm) supported the ZIP format very early; ZIP support was also first added to Windows Explorer with the Plus! enhancement package in Windows 98 and later included in Windows Me and Windows XP; ZIP format support is also built in the Mac OS Finder (as of Mac OS X, via the BOMArchiveHelper utility), the Nautilus file manager used by GNOME and the Konqueror file manager of newer versions of KDE. By 2002, all major desktop environments included ZIP file support in their file managers: a ZIP file is typically presented as a directory or folder, so that files are copied into and out of it in the same manner as any other folder and the compression is handled in a way largely transparent to the user. This has eliminated the need to learn a specialized tool and interface for file archival and compression.





[edit] Technical information

ZIP is a fairly simple archive format that compresses every file separately. Compressing files separately allows for individual files to be retrieved without reading through other data; in theory, it may allow better compression by using different algorithms for different files. However a caveat to this is that archives containing a large number of small files end up significantly larger than if they were compressed as a single file (the classic example of the latter is the common tar.gz archive which consists of a TAR archive compressed using gzip).



The specification for ZIP indicates that files can be stored either uncompressed or using a variety of compression algorithms. However, in practice, ZIP is almost always used with Katz's DEFLATE algorithm, except when files being added are already compressed or are resistant to compression.



ZIP supports a simple password-based symmetric encryption system which is known to be seriously flawed. In particular it is vulnerable to known-plaintext attacks which are in some cases made worse by poor implementations of random number generators.[2] It also supports spreading archives across multiple removable disks (generally floppy disks, but it could also be used with other removable media).



New features including new compression and encryption (e.g. AES) methods have been added to ZIP in more recent times. WinZip developed AES based standard is used also by 7-Zip but some vendors use other formats.[3] PKWARE SecureZIP uses another format that enables AES Encryption, Digital Certificate (X.509) Encryption, Filename Encryption and File Authentication.[4]



The original ZIP format had a number of limits (uncompressed size of a file, compressed size of a file and total size of the archive) at 4GB. In version 4.5 of the specification, PKWARE introduced the "ZIP64" format extensions to get around these limitations.



The FAT filesystem of DOS only has a timestamp resolution of two seconds; ZIP file records mimic this. As a result, the built-in timestamp resolution of files in a ZIP archive is only two seconds, though extra fields can be used to store more accurate timestamps.



Since September 2007, the ZIP specification (APPNOTE.TXT) contains a provision to store file names using UTF-8, finally adding Unicode compatibility to ZIP.



The Info-ZIP implementations of the ZIP format adds support for Unix filesystem features, such as user and group IDs, file permissions, and support for symbolic links. The Apache Ant implementation is aware of them to the extent that it can create files with predefined Unix permissions.



The Info-ZIP Windows tools also support NTFS filesystem permissions, and will make an attempt to translate from NTFS permissions to Unix permissions or vice-versa when extracting files. This can result in potentially unintended combinations, e.g. .exe files being created on NTFS volumes with executable permission denied.





[edit] The format in detail

The ZIP file contents are files and directories which are stored in arbitrary order. The location of a file is indicated in the so called central directory which is located at the end of the ZIP file. The files and directories are represented by file entries.



Besides


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...