Last Version

Encrypted HTTP Multipart Upload 1.0.0

Implementations of Commons Fileupload 'FileItemFactory' and 'FileItem' that provide transparent encryption of file uploads if they get cached on disk as temporary files.

License

License

GroupId

GroupId

com.github.davidcarboni
ArtifactId

ArtifactId

encrypted-
Version

Version

1.0.0
Type

Type

jar
Description

Description

Encrypted HTTP Multipart Upload
Implementations of Commons Fileupload 'FileItemFactory' and 'FileItem' that provide transparent encryption of file uploads if they get cached on disk as temporary files.
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- 1.0.0


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

Dependencies

compile (2)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.