is not current version
Last Version 2.1.0

com.github.davidcarboni:encrypted-file-upload 2.0.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.

GroupId

GroupId

com.github.davidcarboni
ArtifactId

ArtifactId

encrypted-file-upload
Version

Version

2.0.0
Type

Type

jar

Download encrypted-file-upload 2.0.0


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