#
zip
Here are 851 public repositories matching this topic...
A web based file manager,web IDE / browser based code editor
markdown
php
music-player
filemanager
zip
ftp
ide
file-upload
xlsx
file-sharing
free-software
archive
explorer
file-browser
text-editor
docx
file-explorer
flysystem
doc
-
Updated
Jan 24, 2021 - PHP
使用spring boot打造文件文档在线预览项目解决方案,支持doc、docx、ppt、pptx、xls、xlsx、zip、rar、mp4,mp3以及众多类文本如txt、html、xml、java、properties、sql、js、md、json、conf、ini、vue、php、py、bat、gitignore等文件在线预览
pdf
spring-boot
online
zip
excel
rar
xlsx
xls
preview
pdf-viewer
docx
pptx
fileviewer
ppt
jodconverter
boot-doc
online-preview
file-online-preview
word-pdf
office-pdf
-
Updated
Feb 25, 2021 - Java
JavaScript library to zip and unzip files in the browser
-
Updated
Feb 26, 2021 - JavaScript
a streaming interface for archive generation
-
Updated
Feb 23, 2021 - JavaScript
A fully functioning Node.js shopping cart with Stripe, PayPal, Authorize.net, PayWay, Blockonomics, Adyen, Zip and Instore payments.
nodejs
javascript
paypal
shopping-cart
stripe
zip
adyen
westpac
cart
instore
authorize-net
blockonomics
payment-provider
payway
paypal-payments
-
Updated
Feb 16, 2021 - JavaScript
Swift framework for zipping and unzipping files.
-
Updated
Jan 13, 2021 - Swift
SharpCompress is a fully managed C# library to deal with many compression types and formats.
-
Updated
Feb 21, 2021 - C#
Python's Filesystem abstraction layer
-
Updated
Feb 5, 2021 - Python
-
Updated
Dec 1, 2020 - PHP
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a self-extracting HTML/ZIP polyglot file
nodejs
html
docker
cli
firefox
webpage
zip
selenium
archive
save
web-extensions
maff
puppeteer
singlefile
self-extracting
-
Updated
Feb 26, 2021 - JavaScript
Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, Brotli, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP, ZIPX, Zstandard.
-
Updated
Feb 12, 2021 - Pascal
Fork of the popular zip manipulation library found in the zlib distribution.
c
windows
macos
linux
compression
encryption
aes
zip
zlib
bzip2
lzma
xz
minizip
pkware
zlib-distribution
disk-splitting
winzip-aes
gilles-vollant
-
Updated
Feb 27, 2021 - C
jinyu00
opened
Jul 21, 2018
1
Open
WOFF format support
search
vim
unicode
interactive
zip
regex
tar
fuzzy-search
code-search
recursively-search
source-code
grep
ripgrep
silver-searcher
hexdump
file-search
text-search
shell-utilities
grepping
grep-search
-
Updated
Feb 26, 2021 - C++
A C library for reading, creating, and modifying zip archives.
-
Updated
Feb 24, 2021 - C
PhpZip is a php-library for extended work with ZIP-archives.
-
Updated
Feb 26, 2021 - PHP
Zip archive utility for react-native
-
Updated
Feb 14, 2021 - Java
Robust ZIP decoder with defenses against dangerous compression ratios, spec deviations, malicious archive signatures, mismatching local and central directory headers, ambiguous UTF-8 filenames, directory and symlink traversals, invalid MS-DOS dates, overlapping headers, overflow, underflow, sparseness, accidental buffer bleeds etc.
-
Updated
Jul 27, 2020 - JavaScript
node.js library for fast reading of large ZIPs
-
Updated
Feb 23, 2021 - JavaScript
用Chrome或者iPad轻松阅读整理漫画,播放音乐,以及观看视频. All-in-one solution for local doujin/anime/music file.
react
video-player
zip
manga
ipad
full-stack
mobile-web
comics-reader
doujin
music-player-application
video-player-application
doujin-manager
-
Updated
Feb 20, 2021 - JavaScript
UnifiedArchive - an archive manager with a unified way for different formats. Supports all basic (listing, reading, extracting and creation) and specific features (compression level, password-protection). Bundled with console program for working with archives.
-
Updated
Feb 24, 2021 - PHP
Improve this page
Add a description, image, and links to the zip topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zip topic, visit your repo's landing page and select "manage topics."


I was able to confirm that
os.Create()will happily follow symlinks.Although standard tools like
tarwill not likely allow you to add two files with the same name to an archive file, it's certainly easy enough to do in code. This means that we need to add an additional check before writing to a destination to make sure that it's not a symlink outside of the destination.The vulnerab