I am currently creating a Java program that uses the twitter4J.
I have a "consumer secret" from twitter that needs to be kept secret. However I am wanting to share the source and compiled jar with a few people.
Is there any way I can encrypt, or in some way hide the key in the source code/a local file so they can not access/view the key even when they have the source code?