i'm attempting extend java.util.properties when properties file written entire file encrypted. have poc working, , seems easy enough do.
in addition, i'm trying make when non-encrypted properties file read, written out encrypted properties file. i'm having more difficult time with.
since "load" method of java.util.properties passes in inputstream, need mechanism turn inputstream outputstream send encrypted content to.
is possible do, or there no way outputstream inputstream?
i suggest saving values inputstream string, , using java.util.properties store
method write data encrypted properties file.
Comments
Post a Comment