Last Version

Encrypted HTTP Multipart Upload 2.1.0

Implementations of Commons Fileupload 'FileItemFactory' and 'FileItem' that provide encryption of file uploads if they get cached on disk as temporary files. These are drop-in replacements and require no additional effort to manage encryption. The feature is transparent and encryption keys are ephemeral, living only for the lifetime of a FileItem instance.

License

License

GroupId

GroupId

com.github.davidcarboni
ArtifactId

ArtifactId

encrypted-file-upload
Version

Version

2.1.0
Type

Type

jar
Description

Description

Encrypted HTTP Multipart Upload
Implementations of Commons Fileupload 'FileItemFactory' and 'FileItem' that provide encryption of file uploads if they get cached on disk as temporary files. These are drop-in replacements and require no additional effort to manage encryption. The feature is transparent and encryption keys are ephemeral, living only for the lifetime of a FileItem instance.
Project URL

Project URL

https://github.com/davidcarboni/encrypted-file-upload
Project Organization

Project Organization

Carboni
Source Code Management

Source Code Management

https://github.com/davidcarboni/encrypted-file-upload

Download encrypted-file-upload 2.1.0


<!-- https://jarcasting.com/artifacts/com.github.davidcarboni/encrypted-file-upload/ -->
<dependency>
    <groupId>com.github.davidcarboni</groupId>
    <artifactId>encrypted-file-upload</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidcarboni/encrypted-file-upload/
implementation 'com.github.davidcarboni:encrypted-file-upload:2.1.0'
// https://jarcasting.com/artifacts/com.github.davidcarboni/encrypted-file-upload/
implementation ("com.github.davidcarboni:encrypted-file-upload:2.1.0")
'com.github.davidcarboni:encrypted-file-upload:jar:2.1.0'
<dependency org="com.github.davidcarboni" name="encrypted-file-upload" rev="2.1.0">
  <artifact name="encrypted-file-upload" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidcarboni', module='encrypted-file-upload', version='2.1.0')
)
libraryDependencies += "com.github.davidcarboni" % "encrypted-file-upload" % "2.1.0"
[com.github.davidcarboni/encrypted-file-upload "2.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
commons-fileupload : commons-fileupload jar 1.3.3
com.github.davidcarboni : cryptolite jar 1.3.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
javax.servlet : servlet-api jar 2.4

Project Modules

There are no modules declared in this project.