License |
License |
---|---|
GroupId | GroupIdcom.github.davidcarboni |
ArtifactId | ArtifactIdencrypted-file-upload |
Version | Version2.1.0 |
Type | Typejar |
Description |
DescriptionEncrypted 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
commons-fileupload : commons-fileupload | jar | 1.3.3 |
com.github.davidcarboni : cryptolite | jar | 1.3.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
javax.servlet : servlet-api | jar | 2.4 |